From e1a0b7925912f02aae27a170068ba78bb144cad7 Mon Sep 17 00:00:00 2001 From: Yonatan Graber Date: Sat, 20 Jan 2024 06:02:55 -0800 Subject: 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 --- github_users.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'github_users.txt') diff --git a/github_users.txt b/github_users.txt index 54c4439..bd47267 100644 --- a/github_users.txt +++ b/github_users.txt @@ -51,3 +51,4 @@ hundredwatt;Jason Nochlin gnmathur;Gaurav Mathur vemana;Subrahmanyam jincongho;Jin Cong Ho +yonatang;Yonatan Graber -- cgit v1.2.3