aboutsummaryrefslogtreecommitdiff
path: root/github_users.txt
diff options
context:
space:
mode:
authorYonatan Graber <yonatan.graber@gmail.com>2024-01-20 06:02:55 -0800
committerGitHub <noreply@github.com>2024-01-20 15:02:55 +0100
commite1a0b7925912f02aae27a170068ba78bb144cad7 (patch)
tree9aee19efa3f7b764a30ca8939d1ed9e46660ba14 /github_users.txt
parent8353a1cb3d8b834aa2faee92a124737fc6326cb1 (diff)
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
Diffstat (limited to 'github_users.txt')
-rw-r--r--github_users.txt1
1 files changed, 1 insertions, 0 deletions
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