Rowan
Rowan
+1 can confirm - am having this issue and reverting to 1.3.2 fixes it.
Thanks for reporting, will update the documentation. The pull request has been abandoned for now due to the difficulty in resolving this issue with the current approach: https://github.com/JuliaLang/julia/issues/269 I'm currently...
Could you try on the flatc branch and let me know if the issue is still present?
Hey, thanks for the detailed analysis. It's a good point, and we should probably have some performance tests. The performance issue should be easy to reproduce. As for the segfault...
I found and fixed an issue which may be the cause of lots of unnecessary allocations - if it's easy for you to run your performance test again on that...
Fair! I haven't tested compatibility with julia 0.7. I'll be sure to make sure it works before merging this pull request.
This thread is turning into a bit of a discussion about PR #33 rather than discussion of the issue itself. I ran some of my own profiling this time and...
sweet! thanks for the reproduction case. I was able to prevent it from crashing by doing this. ```julia using FlatBuffers using Random # rjkat: import julia's garbage collector import Base.GC...
Immutable structs are supposed to work, but they can’t be the “root type”. See https://github.com/google/flatbuffers/issues/4657