Skip to content

Commit 418c309

Browse files
committed
more specific
1 parent 3ccb8c8 commit 418c309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/compiling-lisp-to-bytecode-and-running-it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ I'm not too familiar with other bytecode compilers so the instruction set my com
264264

265265
By virtue of being small (i.e. not supporting many features) my VM is quite fast considering the amount effort I've invested (3-4 hours).
266266

267-
_Update: `@jpyo20` on X pointed out that I'm measuring the startup performance of Node.js rather than the computation. I (incorrectly) assumed that Node.js's startup time was single digit milliseconds and didn't matter._
267+
_Update: `@jpyo20` on X pointed out that I'm measuring the startup performance of Node.js rather than the computation. I (incorrectly) assumed that Node.js's startup time was < 50ms and didn't matter here._
268268

269269
~~While my Lisp variant is extremely constrained by the programs that can be expressed, it beats Node.js v20 when calculating the 25th Fibonacci number with recursive calls; ~250ms vs. ~300ms.~~
270270

0 commit comments

Comments
 (0)