Skip to content

Releases: gaissmai/bart

Release v0.6.2

06 May 14:08
Compare
Choose a tag to compare

more simplifications, more tests

Release v0.6.1

05 May 22:26
Compare
Choose a tag to compare

simplify and unify the code base

Release v0.6.0

30 Apr 05:48
Compare
Choose a tag to compare

API change, Walk() got a signature change and renamed to All(), ready for range-over-func iterations.

Release v0.5.3

25 Apr 17:47
Compare
Choose a tag to compare

minor improvement in LookupPrefixLPM on misses

v0.5.2

24 Apr 08:51
Compare
Choose a tag to compare

add benchmark for table size and minor internal renaming and rewording

Release v0.5.1

20 Apr 20:05
Compare
Choose a tag to compare

refactoring internal node type, results in 5-10% less memory consumption.

API change !!!

19 Apr 19:48
Compare
Choose a tag to compare

More and modified methods, tests and benchmarks.

v0.4.2: replace init with nil check in reader methods

29 Mar 20:14
7841548
Compare
Choose a tag to compare
Save cpu cycles in reader methods.

Updates #15

fix: do not alias memory in Union

26 Mar 16:39
4322934
Compare
Choose a tag to compare
Merge pull request #17 from maisem/maisem/union

bart: do not alias memory in Union

v0.4.0

06 Mar 19:46
Compare
Choose a tag to compare
Update README