yonatang solution: a jdk8 friendly, no unsafe code, epsilon-gc friendly solution (#499)

* 1bc challenge, but one that will run using jdk 8 without unsafe and still do reasonably well.

* Better hashtable

* the fastest GC is no GC

* cleanups

* increased hash size

* removed Playground.java

* collision-handling allocation free hashmap

* formatting
This commit is contained in:
Yonatan Graber
2024-01-20 06:02:55 -08:00
committed by GitHub
parent 8353a1cb3d
commit e1a0b79259
4 changed files with 361 additions and 0 deletions

View File

@@ -51,3 +51,4 @@ hundredwatt;Jason Nochlin
gnmathur;Gaurav Mathur
vemana;Subrahmanyam
jincongho;Jin Cong Ho
yonatang;Yonatan Graber