Current section
Files
Jump to
Current section
Files
CHANGELOG
# 0.5.0
- major rework that defines a `Cbuf` behaviour, and provides implementations for `Map` and `ETS`
- add lots of docs
- add typespecs and dialyzer
- add example `GenServer` implementation in `Cbuf.Map`
- separate out property tests
- update benchmarks to something a bit more realistic
# 0.4.1
- add empty/1
- refactor pop/1 internal
# 0.4.0
- add delete/1
- add pop/1
- move property tests to separate module
# 0.3.0
- fix underlying array implementation to accept `nil` as a valid insertion value
- optimize `count/1` to speedup by ~50%
- benchmarks for `count/1`
- misc. doc fixes
- add a changelog
# 0.2.0
- fix `insert/2`
- add `peek/1`
- add property test
# 0.1.0
- hello, world!