mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
- the sync.Pool default uses little memory under CI. - arena approach provides ability to control the maximum memory used by rbf Cursors. - cursor caching is adjustable with --rbf-cursor-cache currently 0 by default (meaning use sync.Pool), and larger than 0 meaning use an arena of this size. With the arena, 20 or less is needed to pass CI. - rbf test suite runs ~ 4x faster - kitchen sink ingest test runs 16% faster. - report TotalAlloc in CALLSTATs fixes #1105 |
||
|---|---|---|
| .. | ||
| cfg.go | ||
| os.go | ||
| os_386.go | ||