mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
* Switch to integer ranges in for loops Signed-off-by: Stephen Kitt <steve@sk2.org> * Switch to slices functions where appropriate A number of utility functions can be replaced outright; since Miller can technically be used as a library, these are deprecated rather than removed. go:fix directives ensure that they can be replaced automatically. Signed-off-by: Stephen Kitt <steve@sk2.org> * Switch to reflect.TypeFor This is slightly more efficient than TypeOf when the type is known at compile time. Signed-off-by: Stephen Kitt <steve@sk2.org> * Switch to strings.SplitSeq instead of strings.Split SplitSeq results in fewer allocations. Signed-off-by: Stephen Kitt <steve@sk2.org> * Drop obsolete build directives Signed-off-by: Stephen Kitt <steve@sk2.org> * Use min/max instead of explicit comparisons Signed-off-by: Stephen Kitt <steve@sk2.org> * Append slices instead of looping Signed-off-by: Stephen Kitt <steve@sk2.org> --------- Signed-off-by: Stephen Kitt <steve@sk2.org> |
||
|---|---|---|
| .. | ||
| doc.go | ||
| docurl.go | ||
| file_readers.go | ||
| getoptify.go | ||
| halfpipe.go | ||
| latin1.go | ||
| latin1_test.go | ||
| logger.go | ||
| mlrmath.go | ||
| ordered_map.go | ||
| paragraph.go | ||
| rand.go | ||
| readfiles.go | ||
| README.md | ||
| regex.go | ||
| regex_test.go | ||
| stats.go | ||
| time.go | ||
| time_test.go | ||
| tsv_codec.go | ||
| tsv_codec_test.go | ||
| unbackslash.go | ||
| unbackslash_test.go | ||
| util.go | ||
These are basic library routines for Miller.