Skip to content

cache and components improvements

Compare
Choose a tag to compare
@ikod ikod released this 11 Jan 13:38
· 40 commits to master since this release
  • 2Q cache:
    • added TTL
    • added cache update events
    • many unittests
  • LRU cache:
    • uniform TTL management for 2Q and LRU caches
    • per item TTL
  • HashMap
    • change grow_factor from 2 to 4 (as in std AA)
    • some code cleanup
  • Lists
    • fix bug in SList postblit
  • hash function
    • switch to core.internal.hash: bytesHash for string