Rare find

Listpack. A compact way to store and search through lists of text in both directions.

github.com/antirez/listpack

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2025
  • Merge pull request #4 from nipuntalukdar/master
  • Fixed a crash and a change to remove compiler warning
November 2017
  • Fix 32 bit string encoding error.
August 2017
  • Remove memory leak from listpack test.
  • Fuzzer improvements: actually fuzz & test against array.
  • Fix decoding in LP_ENCODING_12BIT_STR_LEN macro.
  • Initial work to implement a fuzzing function.
  • lpSeek() removed from TODO list.
  • lpSeek() implemented.
May 2017
  • README grammar fixes.
  • Add lpSplit() and lpMerge() to TODO.
  • Initial listpack spec implementation. Not tested.