Skip to content

libhl-1.7

Compare
Choose a tag to compare
@xant xant released this 11 Apr 11:52
· 250 commits to master since this release
  • Extended the rbuf API
    • introduced: rbuf_copy(), rbuf_move(), rbuf_used() and rbuf_available()
    • deprecated: rbuf_len()
  • Provided a walker API for both the priority queue and the binomial heap implementations
  • Bugfixes