functionalscript
Advanced tools
Comparing version 0.0.573 to 0.0.574
{ | ||
"name": "functionalscript", | ||
"version": "0.0.573", | ||
"version": "0.0.574", | ||
"description": "FunctionalScript is a functional subset of JavaScript", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,5 +7,5 @@ # BigInt | ||
### bitLenght versus toString (2024/11/25) | ||
### log2 versus toString (2024/11/25) | ||
|Framework|bitLength(x) |x.toString(2).length| | ||
|Framework|log2(x) |x.toString(2).length| | ||
|---------|------------------|--------------------| | ||
@@ -21,3 +21,3 @@ |Bun |1.781681 |2.079615 | | ||
`bitLength` wins. | ||
`log2` wins. | ||
@@ -24,0 +24,0 @@ ### Minus versus Not |
566277