go-parsekit/tokenize
Maurice Makaay 17935b7534 Further performance optimization and code cleanup. 2019-07-12 21:32:40 +00:00
..
api.go Further performance optimization and code cleanup. 2019-07-12 21:32:40 +00:00
api_test.go Further performance optimization and code cleanup. 2019-07-12 21:32:40 +00:00
assertions_test.go Made all unit tests work again. 2019-07-11 14:55:08 +00:00
callerinfo.go A few small changes used for TOML support. 2019-06-23 12:06:31 +00:00
callerinfo_test.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:57 +00:00
cursor.go Removed loop protection code. This is useful, but it puts a performance burden on the code when doing it by keeping track of actual callers through the call stack. Maybe to be reintroduced in a future version with something like a simple counter and a maximum depth-style protection. 2019-07-12 12:33:18 +00:00
cursor_test.go Removed loop protection code. This is useful, but it puts a performance burden on the code when doing it by keeping track of actual callers through the call stack. Maybe to be reintroduced in a future version with something like a simple counter and a maximum depth-style protection. 2019-07-12 12:33:18 +00:00
handler.go Fixed the ModifyDrop() behavior. It worked, but it caused memory build-up in the old implementation. 2019-07-11 14:52:12 +00:00
handler_test.go Made all unit tests work again. 2019-07-11 14:55:08 +00:00
handlers_builtin.go Further performance optimization and code cleanup. 2019-07-12 21:32:40 +00:00
handlers_builtin_test.go Speeding up the code some more. Big step was made by simplifying the cursor, continuing with that in the next commit. 2019-07-12 08:02:04 +00:00
token.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:57 +00:00
token_test.go Optimization round completed (for now :-) All tests successful. 2019-07-11 12:43:57 +00:00
tokenize.go Removed loop protection code. This is useful, but it puts a performance burden on the code when doing it by keeping track of actual callers through the call stack. Maybe to be reintroduced in a future version with something like a simple counter and a maximum depth-style protection. 2019-07-12 12:33:18 +00:00
tokenizer_test.go Removed loop protection code. This is useful, but it puts a performance burden on the code when doing it by keeping track of actual callers through the call stack. Maybe to be reintroduced in a future version with something like a simple counter and a maximum depth-style protection. 2019-07-12 12:33:18 +00:00
tokenizer_whitebox_test.go Speeding up the code some more. Big step was made by simplifying the cursor, continuing with that in the next commit. 2019-07-12 08:02:04 +00:00