Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 729 Bytes

File metadata and controls

23 lines (17 loc) · 729 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial implementation of TimeBasedStorage interface
  • HashMap-based implementation with O(1) insertion and lookup
  • Red-Black Tree implementation with efficient range queries
  • B-Tree implementation for balanced performance
  • Thread-safe wrapper for concurrent access
  • Comprehensive documentation
  • Performance benchmark tool
  • Unit tests for all implementations

[1.0.0] - 2023-06-15

Added

  • Initial release of TimeBasedStorage library