mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
close files after using them if global max is passed. I originally implemented this without the global count—just always closing files when done with them, and reopening for new writes. This was crazy slow for that one test that uses mustSetBits in a big loop. I modified the test to use importRoaring and everything worked better (though much more slowly). After adding the global counter, I ran the tests with that one test using mustSetBits again, and the performance was similar to master. After completing this PR, I ran the tests with the max limit set to 5—they still passed but were much slower. |
||
|---|---|---|
| .. | ||
| administration.md | ||
| api-reference.md | ||
| architecture.md | ||
| client-libraries.md | ||
| configuration.md | ||
| console.md | ||
| data-model.md | ||
| examples.md | ||
| faq.md | ||
| getting-started.md | ||
| glossary.md | ||
| installation.md | ||
| introduction.md | ||
| pdk.md | ||
| query-language.md | ||
| README.md | ||
| tutorials.md | ||
Pilosa docs are maintained here, to stay in sync with the codebase. The format is Blackfriday markdown, with some Hugo front matter.
Please visit our website to view the docs complete with styles, diagrams, and comprehensive search. Internal links will only work on the website.
Have you found a discrepancy, typo, or other problem? Please submit an issue or a pull request!