Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@TomokiMiyauci TomokiMiyauci released this 18 Jun 15:51
· 3 commits to main since this release

1.0.0 (2023-06-18)

Features

  • change constructor interface to accept initial values (0f83960)
  • change to accept initial entries (dc9d6b0)
  • deps: update deps (13ca145)
  • fifo: add FIFO map impl (a644dd2)
  • fifo: add FIFO set impl (0ab2f11)
  • lfu: add limited map with LFU algorithm (15fec0f)
  • lfu: add limited set with LFU algorithm (4a10274)
  • lifo: add limited map with LIFO replacement algorithm (03f9a30)
  • lifo: add limited set with LIFO replacement algorithm (fd4add9)
  • lru_map: add impl for LRUMap (675f96e)
  • lru: add lru set impl (7f4c89e)
  • mod: export all related modules (3b9c376)
  • utils: add NaN check for capacity (affd6a3)