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

![image](https://user-images.githubusercontent.com/51652878/175848137-db87a6a4-f5dd-4848-a681-02bb1e9872ec.png) ![image](https://user-images.githubusercontent.com/51652878/175848104-00c3fa63-3ab0-458f-983a-ea4f55bdb71e.png) We are using protobuf now, it will keep the protocol in binary, it can almost restore the protocol, I noticed that FastBinaryEncoding also has this problem, I hope...

submit to vcpkg

Just to mention small thing: Default interface implementations requires C# 8. Feel free if you want to add it to the docs. FBE will make things so easy by 10x....

Looks like the client _requests_by_id and _requests_by_timestamp are Map objects and should use set/get. Also, the timeout passed to the request method is multiplied by 1000000. I would think since...

have you thought about generating the structs as partial, so that they can be extended?

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.9. Commits 13136e9 Release version 1.14.9 of the npm package. 2ec9b0b Keep headers when upgrading from HTTP to HTTPS. 5fc74dd Reduce nesting. 3d81dc3 Release version...

dependencies

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. Release notes Sourced from vm2's releases. 3.9.7 Fixes b7f794dfb3034d2173b9da957f48425adc4081c3: Custom Resolver is allowed to return undefined 568934f58cf72339a3dd2a2c578cc28550c19d27: Fixed some bugs introduced in v3.9.6 b6581b4a9cf9a4706b2967fceb5930a3de4d2ac7:...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) from 6.1.0 to 6.1.2. Release notes Sourced from engine.io's releases. 6.1.2 Bug Fixes uws: expose additional uWebSockets.js options (#634) (49bb7cf) uws: fix HTTP long-polling with CORS (45112a3) uws:...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

FBE is a awesome serialization library for cpp. flatbuf will be slower and harder to use, but flatbuffer support union syntax, and the union/variant is very useful for our sceniaro....