Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@amal amal released this 31 Jan 20:40
v0.2.0
5975280

Added

  • second implementation based on a stack of maps.

Now has 2 implementations:

  1. TkvsSingleMap.kt
    Implementation with single map, change logs, and value counters cache for O(1) computational complexity of count operation.
  2. TkvsStackOfMaps.kt
    Implementation based on stack of maps.

Run tkvs.jar with java -jar bin/tkvs.jar for an interactive console (uses "single map" implementation).
In the console, type h or help to see available commands.

Full Changelog: v0.1.0...v0.2.0