Skip to content

1.0.1

Compare
Choose a tag to compare
@penemue penemue released this 23 Jul 14:27
· 2415 commits to master since this release

Bug fixes

  • Environments
    • XD-532 — File size leak with environment.truncateStore()
    • XD-538 — Under some circumstances GC can stop working with a NPE
    • XD-539 — A file can be created whose size is an integer multiple of required size
  • Entity Stores
    • XD-536 — PersistentEntityStore.clear() doesn't invalidate its EntityIterableCache

Performance improvements

  • XD-534 — SharedLogCache as probabilistic data structure with primitive type keys
  • XODUS-CR-32 — Reducing Java GC pressure measured for BTree random read

Tokyo Cabinet benchmarks reran for Xodus BTree and Patricia. According to the benchmark results, BTree random read is 17% faster, BTree successive read is 34% faster, Patricia random read is 8% faster and Patricia successive read is 7% faster compared to 1.0.0.

Maven Central