Skip to content
Snippets Groups Projects
  1. Jan 07, 2015
  2. Jan 06, 2015
    • Jon Simantov's avatar
      C#: Allow ByteBuffer to use faster unsafe mode · 4390254e
      Jon Simantov authored
      If your C# runtime environment supports unsafe mode, you can use
      the #define UNSAFE_BYTEBUFFER setting and build the FlatBuffers assembly
      in unsafe mode for greatly increased performance.
      
      Tested: Tested FlatBuffersTest on Windows using VS2010 with both safe
      and unsafe versions. Added ByteBufferTest to test the byte reversing
      functions.
      
      Change-Id: I21334468b339334f9abf4317e6291b648b97f57b
      4390254e
  3. Dec 09, 2014
  4. Nov 19, 2014
  5. Nov 08, 2014
  6. Nov 07, 2014
  7. Oct 29, 2014
  8. Oct 28, 2014
  9. Oct 24, 2014
  10. Oct 22, 2014
  11. Oct 16, 2014
  12. Sep 25, 2014
Loading