time-to-botec

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

commit b624ab46d790ba3833186e4878959dedd252a2cb
parent 7cecdd24b8da4e3ec1a09a529462e6d599197560
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Tue,  6 Dec 2022 22:50:05 +0000

tweak: change readme

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -35,13 +35,15 @@ I was very surprised that Node/Squiggle code was almost as fast as the raw C cod - Rust - Lisp - ... and suggestions welcome +- Stan ## Roadmap The future of this project is uncertain. In most words, I simply forget about this repository. To do: -- [x] Check whether the Squiggle code is producing 1M samples. +- [ ] Check whether the Squiggle code is producing 1M samples. Still not too sure. +- Differentiate between initial startup time (e.g., compiling, loading environment) and runtime. This matters because startup time could be ~constant, so for larger projects only the runtime matters. ## Other similar projects