flatbuffers/docs
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
..
images Updated documentation to use new css style. 2015-07-22 13:10:37 -07:00
source Add arbitrary string type to the native object API (#4218) 2017-03-20 16:02:04 -07:00
footer.html Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
header.html Added a link to other FPL libraries to the main page. 2015-08-05 17:32:14 -07:00