go-parsekit/tokenize
Maurice Makaay 179ce57826 New read buffer peek options for extra performance. 2019-08-01 13:26:02 +00:00
..
api.go Made a big jump in performance on big files with lots of comments, by reading in chunks till end of line, instead of byte-by-byte. 2019-07-28 23:50:58 +00:00
api_bytemode.go New read buffer peek options for extra performance. 2019-08-01 13:26:02 +00:00
api_bytemode_test.go Made a big jump in performance on big files with lots of comments, by reading in chunks till end of line, instead of byte-by-byte. 2019-07-28 23:50:58 +00:00
api_input.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
api_output.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
api_result.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
api_runemode.go New read buffer peek options for extra performance. 2019-08-01 13:26:02 +00:00
api_runemode_test.go Made a big jump in performance on big files with lots of comments, by reading in chunks till end of line, instead of byte-by-byte. 2019-07-28 23:50:58 +00:00
api_test.go More speed improvements. 2019-07-29 22:52:38 +00:00
assertions_test.go Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +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
handler.go Fixing some naming inconsistencies. 2019-07-23 17:55:13 +00:00
handler_test.go Switching from various Byte and Rune handlers to single Char handlers. 2019-07-29 09:45:25 +00:00
handlers_builtin.go New read buffer peek options for extra performance. 2019-08-01 13:26:02 +00:00
handlers_builtin_test.go New read buffer peek options for extra performance. 2019-08-01 13:26:02 +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 Moving results to their own light weight tokenize.API.Result. 2019-07-28 22:35:33 +00:00
tokenizer_test.go Made a big jump in performance on big files with lots of comments, by reading in chunks till end of line, instead of byte-by-byte. 2019-07-28 23:50:58 +00:00
tokenizer_whitebox_test.go Made a big jump in performance on big files with lots of comments, by reading in chunks till end of line, instead of byte-by-byte. 2019-07-28 23:50:58 +00:00