VictoriaMetrics/lib/bytesutil
Roman Khavronenko 80768d53dd
docs: follow-up after aec4b5db81 (#4638)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
2023-07-19 14:48:17 -07:00
..
bytebuffer.go lib/bytesutil: substitute parentheses with slashes in ByteBuffer.Path() output, so it can be passed to path manipulating functions 2023-07-06 17:23:52 -07:00
bytebuffer_test.go all: rename ReadAt* to MustReadAt* in order to dont clash with io.ReaderAt 2020-01-30 15:16:16 +02:00
bytesutil.go all: readability improvements for query traces 2022-06-30 18:19:43 +03:00
bytesutil_test.go lib/bytesutil: split Resize* funcs to MayOverallocate and NoOverallocate for more fine-grained control over memory allocations 2022-02-01 11:20:20 +02:00
bytesutil_timing_test.go lib/bytesutil: go fmt after 2ec17bed2c 2023-05-10 20:29:15 -07:00
fast_string_matcher.go lib/bytesutil: add -internStringDisableCache and -internStringCacheExpireDuration command-line flags 2023-02-27 14:18:02 -08:00
fast_string_matcher_test.go lib/bytesutil: make sure that the cleanup code is performed only by a single goroutine out of many concurrently running goroutines 2022-12-21 12:58:27 -08:00
fast_string_matcher_timing_test.go lib/regexutil: cache MatchString results for unoptimized regexps 2022-09-30 12:28:25 +03:00
fast_string_transformer.go lib/bytesutil: add -internStringDisableCache and -internStringCacheExpireDuration command-line flags 2023-02-27 14:18:02 -08:00
fast_string_transformer_test.go lib/bytesutil: add FastStringTransformer and use it in the rest of the code where needed 2022-09-28 10:39:42 +03:00
fast_string_transformer_timing_test.go lib/regexutil: cache MatchString results for unoptimized regexps 2022-09-30 12:28:25 +03:00
internstring.go docs: follow-up after aec4b5db81 (#4638) 2023-07-19 14:48:17 -07:00
internstring_test.go lib/bytesutil: move InternString() from lib/promscrape/discoverytutils to lib/bytesutil 2022-09-30 07:34:59 +03:00
internstring_timing_test.go lib/bytesutil: move InternString() from lib/promscrape/discoverytutils to lib/bytesutil 2022-09-30 07:34:59 +03:00
itoa.go lib/bytesutil: add InternBytes() function as a shortcut to InternString(ToUnsafeString(..)) 2023-01-03 22:15:49 -08:00
itoa_test.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:23 -08:00