Commits
Click on a commit to change the comparison rangeperf(prefix-source): implement buffer() and buffers() directly on buffers revert: drop PrefixSource.buffer() override that was slower than the default test(benchmark): add replace-source buffer() (no replacements) case perf(prefix-source): cache buffer() and buffers() to address efficient-buffer TODO revert(prefix-source): drop buffer()/buffers() caching — unsafe with mutable child refactor: code17 days ago
by alexander-akait perf(prefix-source): implement buffer() that beats the Source default by ~17% revert(prefix-source): drop buffer() override — CodSpeed regressed -77% perf(prefix-source): use V8 fast-path regex (no lookahead) in source() perf(concat-source): replace for-of in buffers() with indexed loops perf(concat-source): apply indexed-loop pattern to source(), size(), updateHash() chore: update entry17 days ago
by alexander-akait refactor: update jsdoc comments17 days ago
by alexander-akait