forked from n42n/n3n
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- This splits long-running queries into multiple chunks - Reducing the size of the needed memory buffer - Allowing less blocking of the main loop - This does open a race condition for the underlying data to change, but this is considered a reasonable trade off - The implementation is not efficient as we would need to implement persistent cursors accessing the uthash data to avoid multiple list scans.
- Loading branch information
1 parent
1a23fad
commit a0569b8
Showing
2 changed files
with
98 additions
and
7 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
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