time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

commit 5c59c6b1e24470834dca66fea7578c4ace7dfb83
parent 6273ba69a07deb3c33048503adbb4fbb8c8a4b75
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Fri,  2 Jun 2023 16:49:33 -0600

readme typo

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -72,7 +72,7 @@ In fact, the C code ended up being so fast that I had to measure its time by run And still, there are some missing optimizations, like tweaking the code to take into account cache misses. I'm not exactly sure how that would go, though. -Although the above paragraphs were written in the first person, the C code was written together with Jorge Sierra, who translated the algorithmic improvements to it and added the initial multithreading support. +Although the above paragraphs were written in the first person, the C code was written together with Jorge Sierra, who translated the algorithmic improvements from nim to it and added the initial multithreading support. ### NodeJS and Squiggle