eBay / Jungle

An embedded key-value store library specialized for building state machine and log store
Apache License 2.0
224 stars 54 forks source link

Reduce system call #175

Closed ZZhongge closed 1 month ago

ZZhongge commented 1 month ago
  1. for log manifest, remove truncate if the previous size is smaller.
  2. for backup log manifest, not open and close file in each call.