mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-04 03:07:46 +00:00
* Custom strings are very common for optimizations around small objects or growth style optimizations, i.e.: grow at 1.57 times vs doubling vs.. A second common strategy is to cooperate w/ the memory allocator see FBString[1] and seastar[2] string for examples. [1] fbstring: https://github.com/facebook/folly/blob/master/folly/docs/FBString.md [2] sstring: https://github.com/scylladb/seastar/blob/master/core/sstring.hh |
||
|---|---|---|
| .. | ||
| Benchmarks.md | ||
| Building.md | ||
| Compiler.md | ||
| CONTRIBUTING.md | ||
| CppUsage.md | ||
| CUsage.md | ||
| doxyfile | ||
| doxygen_layout.xml | ||
| FlatBuffers.md | ||
| FlexBuffers.md | ||
| GoApi.md | ||
| GoApi_generated.txt | ||
| GoUsage.md | ||
| Grammar.md | ||
| groups | ||
| Internals.md | ||
| JavaCsharpUsage.md | ||
| JavaScriptUsage.md | ||
| PHPUsage.md | ||
| PythonUsage.md | ||
| README_TO_GENERATE_DOCS.md | ||
| Schemas.md | ||
| style.css | ||
| Support.md | ||
| Tutorial.md | ||
| WhitePaper.md | ||