Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 15:35
· 1 commit to master since this release
Release 0.1.0

Initial release of library moonlibs/algo

- algo/heap fastest pure-lua binary heap (from tarantool/vshard)
- algo/rlist fast doubly linked lists (from tarantool and
  tarantool/vshard)
- algo/rmean fast running average collectors (inspired by tarantool)