aboutsummaryrefslogtreecommitdiffstats
path: root/readme.org
diff options
context:
space:
mode:
authorbrian cully <bjc@spork.org>2025-12-31 10:22:02 -0500
committerbrian cully <bjc@spork.org>2025-12-31 10:22:02 -0500
commit9be1ec65dc31a8eba0993250be1dce91e1a3a3a6 (patch)
tree556583a6337d330c0c2c71d0f59245a47e4e08e6 /readme.org
parent1ecbc144cec95db35548a0ddcb127d2862f411f1 (diff)
downloadpolyring-9be1ec65dc31a8eba0993250be1dce91e1a3a3a6.tar.gz
polyring-9be1ec65dc31a8eba0993250be1dce91e1a3a3a6.zip
add readme with some results
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.org b/readme.org
new file mode 100644
index 0000000..ccb8d04
--- /dev/null
+++ b/readme.org
@@ -0,0 +1,6 @@
+* results so far
+| impl | iters/ms |
+|-------------+----------|
+| pure js | 2.33 |
+| rust wasm | 4.76 |
+| rust native | 7.45 |