flatbuffers/src
Derek Bailey 7b50004ec9 Performance Increase of Vector of Structures using .NET BlockCopy (#4830)
* Added Get<vector_name>Array() method for accessing vectors of structures in C# using Buffer.Blockcopy().

* Added Get<vector_name>Array() method for accessing vectors of structures in C# using Buffer.Blockcopy().

Added Create<Name>VectorBlock() method to add a typed array using Buffer.BlockCopy() to speed up creation of vector of arrays

New Lua files for namespace test

* fixed c++ style issue
2018-07-26 13:44:40 -07:00
..
clang-format.sh
code_generators.cpp
flatc.cpp flatbuffer force-empty option (#4822) 2018-07-16 16:05:06 -07:00
flatc_main.cpp Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
flathash.cpp
idl_gen_cpp.cpp Renamed Verifier methods 2018-07-16 16:42:10 -07:00
idl_gen_dart.cpp Dart: Add missing imports (#4803) 2018-07-03 08:44:27 -07:00
idl_gen_fbs.cpp
idl_gen_general.cpp Performance Increase of Vector of Structures using .NET BlockCopy (#4830) 2018-07-26 13:44:40 -07:00
idl_gen_go.cpp
idl_gen_grpc.cpp Go GRPC generator Updates - Fixes #4787 (#4797) 2018-06-27 09:57:40 -07:00
idl_gen_js.cpp Javascript: Add suppport for ES6 style exports (#4754) 2018-05-31 08:29:58 -07:00
idl_gen_json_schema.cpp
idl_gen_lua.cpp Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
idl_gen_php.cpp
idl_gen_python.cpp Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
idl_gen_text.cpp
idl_parser.cpp Fixed assert in ParseSingleValue (found by fuzzer) 2018-07-16 15:51:28 -07:00
reflection.cpp Renamed Verifier methods 2018-07-16 16:42:10 -07:00
util.cpp