Jonny Weiss

Results 5 issues of Jonny Weiss

This is a fix for https://github.com/google/flatbuffers/issues/7288 The current C# implementation of `GetByKey()` had no option for avoiding a `byte[]` allocation from `UTF8.GetBytes(string)`. This adds an optional `byte[]` parameter that will...

c#
c++
codegen

I'm using Flatbuffers in C# because I want an allocation free way of accessing my data. However, the current implementation of `GetByKey()` has only one pathway that takes in a...

pr-requested

FlatBuffers in other languages supports a Dictionary-esque type using binary search and sorted string keys. See [FlatBuffers C++ docs](https://google.github.io/flatbuffers/flatbuffers_guide_use_cpp.html#autotoc_md48) for details. I'm trying to build a binary file with Python...

pr-requested

The Python builder does not have a CreateSharedString() method as is supported in other languages. For parity with other languages I believe this functionality should be added. An implementation could...

pr-requested

Opening the Physics Examples and running them in Unity 2020.3.31 (current LTS as of 3/21/22), results in the following runtime exception, and the objects falling through the floor. ``` System.IndexOutOfRangeException:...