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

Currently benchmarks test only half of the real use case, because usually we receive/send buffered bytes from the wire or disks, not strings.

The generate Receiver class (C++) onReceive method returns a bool. However, the receive method which calls onReceive has void return. Would be nice to flow the bool return up so...

Hi, I am trying to build my generated proto models in my C++ project and I get the following errors: /usr/bin/ld: CMakeFiles/MyProject.dir/main.cpp.o: in function `FBE::uuid_t::sequential()': /home/Projects/MyProject/proto/fbe.cpp:170: undefined reference to `uuid_generate_time'...

Specify language and platform for such a poor protobuf deserialization benchmark, as I do not understand under what circumstances it could lose to JSON.

Please update the documentation clearly on how to install the fbec compiler to generate the domain model. Currently it says: ` brew install flex bison` ``` git clone https://github.com/chronoxor/FastBinaryEncoding.git cd...

Hi, do you have any idea when will you implement the support for arbitrary user-defined class or your built-in array as map value? Example: `byte[] map1` `MyClass map2` Thank you!

It seems the serialization is panicking in the case of a struct containing a nested field. Not sure whether this feature is supported or not, or is there anything that...

For RedHat, the installation command is different and the name of some libraries too. `sudo dnf install -y cmake gcc git python3 gcc-c++ flex bison libuuid-devel`

In the proto.fbe example, the last three objects are of type "message", but that type is not found in the README or in the spec.

Hi, I am getting the following error when building with visual studio: `"C:\Users\borma\FastBinaryEncoding\temp\ALL_BUILD.vcxproj" (default target) (1) -> "C:\Users\borma\FastBinaryEncoding\temp\fbe-example-create.vcxproj" (default target) (9) -> "C:\Users\borma\FastBinaryEncoding\temp\enums.fbe_TARGET.vcxproj" (default target) (10) -> "C:\Users\borma\FastBinaryEncoding\temp\fbec.vcxproj" (default target)...