FastBinaryEncoding icon indicating copy to clipboard operation
FastBinaryEncoding copied to clipboard

Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, Swift

Results 36 FastBinaryEncoding issues
Sort by recently updated
recently updated
newest added

To ensure this is actually **"Fast"** Binery Encoding please benchmark serialisation speeds against https://serializer.activej.io/

DSL JSON is the fastest for JSON on Java: https://github.com/fabienrenaud/java-json-benchmark. Jsoniter is a close alternative. It would be better to have tone of these for Java.

Now output stream operator includes a set of `if` statements, which might be inefficient if there are many different enum values. It could be much better if it's replaced by...

In the description of the wire format, it is unclear if the "size" parameter for arrays, lists, etc is the number of bytes the data structure takes on the wire,...

Hello, this library is awesome! I noticed that there is no support for typedef syntax in Domain at this stage. There are a few scenarios where `typedef` maybe very useful,...

(base) adminmbp:FastBinaryEncoding admin$ gil update Working path: /Users/admin/Desktop/FastBinaryEncoding Discover git links: /Users/admin/Desktop/FastBinaryEncoding/.gitlinks Discover git links: /Users/admin/Desktop/FastBinaryEncoding/modules/CppBenchmark/.gitlinks Discover git links: /Users/admin/Desktop/FastBinaryEncoding/modules/CppCommon/.gitlinks (base) adminmbp:FastBinaryEncoding admin$ ls CMakeLists.txt _config.yml documents modules source LICENSE...

I notice that Bond is missing from the benchmark comparison in `readme.md`. Given that Bond is another competitor of Protobuf etc., I would like to know how this compares to...

Interesting project, thanks. Would like to see a generator for ANSI C if possible, I have a few projects where I could utilize FBE and its cross-platform possibilities.

Hi! This project looks very promising. Thanks for providing those benchmarks, they are super interesting. I have not seen any mentions in the issues, so I thought I'd open an...