forked from wooga/eredis
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize parser by using nested parser state
When parsing a nested array in chunks efficiently, the parser state (continuation data) needs to be a nested structure. The parser is restructured. It's also faster in other cases. This fixes the issue in the original wooga/eredis: wooga#127
- Loading branch information
1 parent
40fb5bc
commit adaa51f
Showing
3 changed files
with
205 additions
and
385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.