This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
forked from ra1nb0rn/cpe_search
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with search inconsistencies b/c of iter chaining
The iterator chaining was not implemented correctly. A correctly implemented solution with iterator chaining does not yield significant memory benefits. Therefore, an iterator is only used now in a benefitting circumstance. Otherwise, the lists are copied for simplicity.
- Loading branch information
Showing
1 changed file
with
7 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