-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all use of internal functions for GAP records, and use the libgap
API instead (refs #2) Some things are simplified here; e.g. we no longer need GapRecordIterator since Cython has supported generates well since whenever this was first written. However, some of this might also be less efficient, as iterating over the record now requires first returning all names in the record as a list. It might be nice if the libgap API provided some sort of record iterator interface.
- Loading branch information
Showing
3 changed files
with
91 additions
and
138 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
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