Jonny Weiss

Results 5 comments of Jonny Weiss

Sorry I missed the notification for your initial review -- I am still interested! I'll get those changes done

Okay made the changes, rebased, should be ready to go now. Sorry for the delay!

I can't merge these changes anymore, given the way lookup by key was reworked in another PR (https://github.com/google/flatbuffers/pull/7441). The rework in the other PR actually makes the problem I'm trying...

Yeah that's what I'm suggesting with `GetXXXXBytes()` -- that returns a Span which is the closest thing C# has to a stringview I think. But Span doesn't have a `CompareTo()`...

Sorry for letting this sit so long, I think your suggested plan does make sense. I'm going to try to get back around to this this month if possible, as...