Changes between Version 7 and Version 8 of Ticket #18109
- Timestamp:
- 04/13/15 16:54:48 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18109 – Description
v7 v8 1 1 Split up `IntegerListsLex` in a fast Cython back-end and a (slower) Python front-end. Restructure with multiple implementations (like #17920) in mind. 2 2 3 This ticket will not change anything to the public interface of `IntegerListsLex`. 4 3 5 Attached branch is very much work in progress (although comments on the ''design'' are welcome).