flatbuffers/docs/source
Alexander Gallego f2071e4f80 Add arbitrary string type to the native object API (#4218)
* 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
2017-03-20 16:02:04 -07:00
..
Benchmarks.md
Building.md
Compiler.md fixed flag for javascript (#4223) 2017-03-15 15:16:43 -07:00
CONTRIBUTING.md Fix broken symlink to CONTRIBUTING.md (#4212) 2017-03-08 13:16:11 -08:00
CppUsage.md Add arbitrary string type to the native object API (#4218) 2017-03-20 16:02:04 -07:00
CUsage.md
doxyfile First attempt at SchemaLess FlatBuffers. 2017-02-08 15:13:56 -08:00
doxygen_layout.xml First attempt at SchemaLess FlatBuffers. 2017-02-08 15:13:56 -08:00
FlatBuffers.md First attempt at SchemaLess FlatBuffers. 2017-02-08 15:13:56 -08:00
FlexBuffers.md Fixing broken link and added missing <map> header include. (#4199) 2017-03-03 09:47:52 -08:00
GoApi.md
GoApi_generated.txt
GoUsage.md
Grammar.md
groups
Internals.md First attempt at SchemaLess FlatBuffers. 2017-02-08 15:13:56 -08:00
JavaCsharpUsage.md Improve LookupByKey , update docs 2016-08-22 18:10:52 +03:00
JavaScriptUsage.md
PHPUsage.md
PythonUsage.md
README_TO_GENERATE_DOCS.md
Schemas.md Union Vector 2017-01-24 11:52:36 -08:00
style.css
Support.md
Tutorial.md Change docs to not encourage use of 1 byte buffers. 2016-10-24 10:29:09 -07:00
WhitePaper.md