chaokunyang
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Apache Fory C++: 10x faster serialization than protobuf (fory.apache.org)
- Show HN: First IDL for Object-Graph Serialization (Apache Fory IDL) (fory.apache.org)
Apache Fory Schema IDL is the first cross-language schema that treats object graphs (shared refs, cycles, polymorphism) as a first-class contract and still generates idiomatic domain models. 1. `ref` encodes shared…
-
Apache Fory's C++ serialization is our latest support for c++ Highlights: 1. Automatic idiomatic cross-language serializaton, no adapter layer, serialize in C++, deserialize in Python. 2. Polymorphism via smart…
-
I built Browser Terminal Use: a Chrome extension + local daemon + CLI that lets you run commands in a browser-hosted terminal from your local shell on macOS, Why I built it: setups). - I wanted a bridge that keeps local…
-
I built Browser Terminal Use for AI Agents. Project: https://github.com/chaokunyang/browser-terminal-use The goal is simple: let an Agent run iterative loops from local code, but execute commands inside a browser-hosted…
-
Serialization framework with some interesting numbers: 10-20x faster on nested objects than json/protobuf. Technical approach: compile-time codegen (no reflection), compact binary protocol with meta-packing,…
- Apache Fory Graduates to Top-Level Apache Project (fory.apache.org)
- Apache Fory Serialization Framework 0.11.2 Released (github.com)
- Apache Fory Serialization Framework 0.11.0 Released (github.com)
- Serialization Framework Announcement – Apache Fury Is Now Apache Fory (fory.apache.org)
- Show HN: Quarkus Fury – Fast native serialization by codegen built on Fury (docs.quarkiverse.io)
Apache Fury is a blazingly fast multi-language serialization framework powered by JIT and zero-copy. Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Quarkus Fury makes users…
- Apache Fury Serialization 0.5.1 released (github.com)
- Meta String: A more space-efficient string encoding than UTF-8 in Fury (fury.apache.org)