Skip to content

Releases: ikod/ikod-containers

Use catch(Throwable) {} in place of deprecated catch {}

26 Oct 12:23
6aabba3
Compare
Choose a tag to compare

Use catch(Throwable) {} in place of deprecated catch {}, merge #6

fix dependencies and github actions

19 Aug 14:59
1ce9934
Compare
Choose a tag to compare

fix dependencies and github actions

Unrolled list added

11 Oct 09:53
Compare
Choose a tag to compare
  • Unrolled list added
  • Compressed list deprecated
  • docs added

some fixes for unrolled list

01 Oct 12:43
Compare
Choose a tag to compare

some fixes for unrolled list

unrolled list added

01 Oct 11:52
Compare
Choose a tag to compare

unrolled list added

warn on unsafe hashmap key types, bench added

24 Sep 11:12
Compare
Choose a tag to compare
v0.0.17

update README.md for bench

dub.json fix

12 Sep 19:59
Compare
Choose a tag to compare

First issue solved #1

v0.0.15

25 Aug 15:19
Compare
Choose a tag to compare

"copy on write" for bucket in case of any update on map if map iterator created.
We can iterate over buckets safly while we do not change anything. If we add/remove keys we save old buket storage to iterator and give new storage to map (copy required). So we copy data only in rare case when we change anything while iterate over map.

some docs

25 Aug 07:29
Compare
Choose a tag to compare
v0.0.14

add code sample to readme

use simplest hash func for small integer types

24 Aug 05:41
Compare
Choose a tag to compare
v0.0.13

use simplest hash func for small integer types