billneff79
SVG camelCase to kebab-case
Find fastest way to filter React camelCased svg attributes and convert them to kebab-case, avoiding ...
SVG Props Speed
String concat
Test speed of string concatenation...
bezierCurveTo tests
Test fastest way to calculate the bezierCurveTo and toString functions in d3-path...
Merge Arrays
Test different ways of merging two arrays of different sizes. Test both giving the biggest array fi...
Finding if array has one item
URL matching
Gemini getElementAtIndex
Attachment regex matching
Compare capturing versus non-capturing groups for attachment regex...
String to lowercase and equality vs regex
Lowercase vs regex
Destructuring vs Multiple Deep access
Compare destructuring an object a couple of levels deep vs direct dot notated access multiple times...
Case-insensitive test
Flatten comparisons
Array separators
Debounce
Debounce - clearTimeout vs timestamps
Which is faster for debounce: clearing timeout on each call and creating a new timer, or keeping tra...
Filter duplicates
LOWERCASE MATCH
Unicode regex vs toLocaleLowercase
What is the fastest way to detect if a string has at least one uppercase unicode character in it...