Sponsor
Settings
Sign in
pushkine test suites:
Fastest first char equality check
1/6/2024
Versions: |
1 |
Fastest way to test for undefined
8/30/2022
Versions: |
1 |
Using the 'arguments' variable
8/30/2022
Versions: |
1 |
Is Object.create(null) as fast as "{}" ?
8/28/2022
Versions: |
1 |
fast check object without keys
8/28/2022
Versions: |
1 |
fastest is non-null object check
8/28/2022
Versions: |
1 |
indexOf vs iterating each element manually
8/28/2022
Versions: |
1 |
Array.prototype.map vs map helper
8/28/2022
Versions: |
1 |
parser: test charcode switch vs logic vs precomputed Uint8Array
8/28/2022
Versions: |
1 |
variable value swap direct/indirect
8/28/2022
Versions: |
1 |
parser: should cache currChar?
8/28/2022
Versions: |
1 |
Scoped vs Toplevel state
8/28/2022
Versions: |
1 |
2 numbers switch vs bruteforce-found ops
8/28/2022
Versions: |
1 |
bitflag to boolean
8/28/2022
Versions: |
1 |
do my op generator benchmarks check out
8/28/2022
Versions: |
1 |
effect post result temp var vs throwaway arg
8/28/2022
Versions: |
1 |
key in obj: num key vs str key
8/28/2022
Versions: |
1 |
codePointAt performance penalty
10/1/2021
Versions: |
1 |
get real string length performance penalty
10/1/2021
Versions: |
1 |
startsWith
7/18/2021
Versions: |
1 |
empty str
7/18/2021
Versions: |
1 |
let int -1 vs 0
6/21/2021
Versions: |
1 |
math?
6/13/2021
Versions: |
1 |
boolean vs key in object
6/13/2021
Versions: |
1 |
cheapest opt-in wildcard property assignment
6/13/2021
Versions: |
1 |
!0 !1 vs true false
6/13/2021
Versions: |
1 |
Symbol vs property access
6/12/2021
Versions: |
1 |
Boolean property object vs weakset
6/9/2021
Versions: |
1 |
Object.keys vs inline vs generator
6/7/2021
Versions: |
1 |
Const vs repeated property access in loops
6/3/2021
Versions: |
1 |
Array map
6/2/2021
Versions: |
1 |
isArray vs constructor
6/1/2021
Versions: |
1 |
variable declaration in for loop
6/1/2021
Versions: |
1 |
arr run each, bind vs inline
5/30/2021
Versions: |
1 |
object optional property: missing vs null
5/30/2021
Versions: |
1 |
for loop non local i
5/30/2021
Versions: |
1 |
optional property condition
5/30/2021
Versions: |
1 |
single-use recursive function inline vs scope
5/26/2021
Versions: |
1 |
typeof vs instanceof vs .constructor
5/26/2021
Versions: |
1 |
Return bound function vs inline in class
5/25/2021
Versions: |
1 |
Iterate over Array
5/25/2021
Versions: |
1 |
optimized array splice
5/25/2021
Versions: |
1 |
class vs factory
5/25/2021
Versions: |
1 |
Accessing non-existing index: TypedArray vs Literal
2/28/2021
Versions: |
1 |
string index vs charCodeAt
2/27/2021
Versions: |
2 |
1 |
function return vs callback
2/9/2021
Versions: |
3 |
2 |
1 |
push arg1 vs push(...args)
2/9/2021
Versions: |
2 |
1 |
Empty text vs comment
11/1/2020
Versions: |
1 |