gofileseq
gofileseq copied to clipboard
A library for parsing/building frame ranges and sequences. A port of the python fileseq library, for Go and C++(https://github.com/justinfx/fileseq)
Results
1
gofileseq issues
Sort by
recently updated
recently updated
newest added
[InclusiveRanges.AppendUnique](http://godoc.org/github.com/justinfx/gofileseq/ranges#InclusiveRanges.AppendUnique) can potentially be very slow, if previous ranges have been added, and the current range being added is very large. ``` go // ok var r ranges.InclusiveRanges r.AppendUnique(1, 1000000000,...
enhancement