Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encoder: maybe speed up the node cache (2) #195

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Conversation

Ostrzyciel
Copy link
Member

For jelly-big I saw similar performance, but for jelly-small much worse...

Here I've increased the node cache size significantly (hey, it's just an array of pointers, what does that cost in the era of Google Chrome) and made optimized implementations for both caches to avoid doing useless operations.

For jelly-big I saw similar performance, but for jelly-small much worse...

Here I've increased the node cache size significantly (hey, it's just an array of pointers, what does that cost in the era of Google Chrome) and made optimized implementations for both caches to avoid doing useless operations.
One parameter less to pass... trivial, but maybe it'll help something.
@Ostrzyciel Ostrzyciel merged commit cf1294f into main Oct 22, 2024
4 checks passed
@Ostrzyciel Ostrzyciel deleted the faster-node-cache-2 branch October 22, 2024 23:58
Ostrzyciel added a commit that referenced this pull request Oct 23, 2024
This reverts commit 3965ae1.

Revert "Encoder: maybe speed up the node cache (2) (#195)"

This reverts commit cf1294f.

Revert "Encoder: maybe speed up the node cache (#194)"

This reverts commit 31e19e1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant