simd-json
eventually-rs
simd-json | eventually-rs | |
---|---|---|
8 | 3 | |
1,192 | 561 | |
1.1% | 0.0% | |
8.5 | 5.5 | |
8 days ago | 7 months ago | |
Rust | Rust | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
simd-json
- Scan HTML even faster with SIMD instructions (C++ and C#)
- fn please_compile_with_a_simd_compatible_cpu_setting_read_the_simdjsonrs_readme() -> ! {}
-
json-deserializer 0.1 released
Are you aware of https://github.com/simd-lite/simd-json ?
-
I'm a veteran C++ programmer, what can Rust offer me?
Have you checked simd-json? It is a rust port of simdjson from C++, trying to use simd to speedup json parsing.
- Parsing Gigabytes of JSON per Second
-
How to manually implement the fatest json deserilizer
Simd-json is almost certainly slower than serde_json for this use case. See simd-lite/simd-json#198. "simd = fast" is an inaccurate simplification.
-
Announcing Rustup 1.24.2 | Rust Blog
Thanks! That means we can get rid of kludges like this one in our CI builds.
eventually-rs
-
Best practices for designing traits in public crates?
While I like now that there is a single trait involved (which also makes it easier to write super-types), I don't like the requirement for those associated type names like type GetError and type SaveError. I also don't particularly like the idea of hiding everything behind a single Error type, as it kinda defeats the purpose of having such a nice type system like the one Rust has.
-
eventually-go: Idiomatic Event Sourcing for Go
But you can read it in the Rust version README! :D
What are some alternatives?
jsoniter - jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
saving-goals-go - Example Event-Sourced microservice using https://github.com/eventually-rs/eventually-go [Moved to: https://github.com/get-eventually/saving-goals-go]
rust_minifb - Cross platfrom window and framebuffer crate for Rust
thalo - An Event Sourcing runtime with WebAssembly & embedded event store
cbor-java - Java implementation of RFC 7049: Concise Binary Object Representation (CBOR)
rsfbclient - Rust Firebird Client
glam-rs - A simple and fast linear algebra library for games and graphics
eventsourcing - Event Sourcing in Go
json-benchmark - nativejson-benchmark in Rust
eventually-go - Idiomatic Domain-driven Design, CQRS and Event Sourcing for Go
pronto - Protobuf ORM
goengine - Engine provides you all the capabilities to build an Event sourced application in go