glam-rs
simd-json
glam-rs | simd-json | |
---|---|---|
5 | 8 | |
1,585 | 1,186 | |
- | 0.9% | |
8.7 | 8.7 | |
5 days ago | 5 days ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
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.
glam-rs
- Generic modules? (like for different float types: f32, f64, arbitary rational, fixed point float, etc)
-
Hey Rustaceans! Got a question? Ask here! (43/2022)!
You could consider using a template framework instead, like Tera. Glam actually does this to generate Rust code.
-
Extracting 2d rotation angles
If you’re still concerned, we can look at the implementation for to_euler()
-
What's everyone working on this week (15/2022)?
I've been polishing glamour, the strongly typed vector math companion to glam. :-)
-
glamour: Strongly typed vector math with glam
This crate uses bytemuck to implement a zero-cost strongly typed interface on top of glam.
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.
What are some alternatives?
nalgebra - Linear algebra library for Rust.
rust_minifb - Cross platfrom window and framebuffer crate for Rust
cgmath-rs - A linear algebra and mathematics library for computer graphics.
jsoniter - jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
blas - Wrappers for BLAS (Fortran)
cbor-java - Java implementation of RFC 7049: Concise Binary Object Representation (CBOR)
microbin - A secure, configurable file-sharing and URL shortening web app written in Rust.
json-benchmark - nativejson-benchmark in Rust
cargo-rx - A simple, modern fuzzy finder tool to run examples in a Cargo project.
pronto - Protobuf ORM
achat - A collection of simple modules which showcase simple use of tasks, channels, and other tokio primitives to implement simple networking applications. Purely educational purposes.
eventually-rs - Event Sourcing for Rust