Simple hash table (with find-or-put)

SingleCell is the simplified version of the single method lock-less hash-table using AtomicInteger as synchroniser. The contracts for the AtomicInteger is the version without magic-wand (delta).

General Information

  • Backend: Chalice
  • Language: Java
  • Features: Atomics, Witnesses
  • Path to Example File: atomics/RBSingleCell.java
  • Should Verify: Yes
  • Date: 2017-06-15
  • Lines of Code: 144 (comments not included)
  • Lines of Specification: 62 (43.1% of total)
  • Computation Time: 19.4 seconds