Skip to content

2.1.3

Latest
Compare
Choose a tag to compare
@Zekfad Zekfad released this 23 Jun 23:03
0362cb7
  • Fix possible cast error in update and putIfAbsent.

    MapBase uses containsKey which is unreliable and creates data
    race (due to GC) between check and read.

  • Optimize length.

    MapBase uses keys.length which causes iteration and creation of
    strong snapshot.