Pinned Repositories
arrow-rs
Official Rust implementation of Apache Arrow
compact-thrift
Thrift IDL parser and code generator for the compact protocol
i18n
Gettext based framework for i18n in Java and JSF applications
packedtime
Memory-efficient wrapper types for java.time values
packedtime-rs
Efficient timestamp parsing and formatting
rust-antlr-case-insensitive-keywords
Testcase for parsing keywords in a case-insensitive way
TinySlideshow
Animated JavaScript slideshow, 6KB, no dependencies, compatible with prototype or jquery
will-it-vectorize-rs
Small code samples that show the power or weaknesses of the Rust/LLVM autovectorizer.
zuchini
A reimplementation of gherkin and cucumber for java based on antlr4 and junit
jhorstmann's Repositories
jhorstmann/i18n
Gettext based framework for i18n in Java and JSF applications
jhorstmann/packedtime-rs
Efficient timestamp parsing and formatting
jhorstmann/adventofcode2021
jhorstmann/compact-thrift
Thrift IDL parser and code generator for the compact protocol
jhorstmann/arrow
Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and interprocess communication. Languages currently supported include C, C++, Java, JavaScript, Python, and Ruby.
jhorstmann/will-it-vectorize-rs
Small code samples that show the power or weaknesses of the Rust/LLVM autovectorizer.
jhorstmann/adventofcode2020
jhorstmann/adventofcode2022
jhorstmann/antlr4rust
ANTLR4 parser generator runtime for Rust programming laguage
jhorstmann/arrow-datafusion
Apache Arrow DataFusion and Ballista query engines
jhorstmann/arrow-rs
Official Rust implementation of Apache Arrow
jhorstmann/arrow2
Transmute-free Rust library to work with the Arrow format
jhorstmann/axohtml
👩💻 type-checked JSX for Rust
jhorstmann/block-ciphers
Collection of block cipher algorithms written in pure Rust
jhorstmann/hashbrown
Rust port of Google's SwissTable hash map
jhorstmann/hashcode-test
Evaluating the impact of different hash code implementations on Rust's hashbrow hashtable
jhorstmann/http-types
Common types for HTTP operations
jhorstmann/intrinsics-gen
hacky macro-based code generator for implementing avx512 masked intrinsics using inline assembly
jhorstmann/llvm-project
Rust-specific fork of LLVM.
jhorstmann/packed_simd
Portable Packed SIMD Vectors for Rust standard library
jhorstmann/parquet-writer-example
jhorstmann/parquet2
Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
jhorstmann/polars
Fast multi-threaded, hybrid-out-of-core query engine focussing on DataFrame front-ends
jhorstmann/portable-simd
The testing ground for the future of portable SIMD in Rust
jhorstmann/queryengine
jhorstmann/rust
Empowering everyone to build reliable and efficient software.
jhorstmann/rust-tide-test
jhorstmann/stdarch
Rust's standard library vendor-specific APIs and run-time feature detection
jhorstmann/vector-api-test
Testing and Benchmarking JEP 338 (Vector API)
jhorstmann/x86_string_ops
This crate exposes the `REP MOVS/STOS/CMPS/SCAS` strings functions supported by x86 and x86_64 and implements safe wrappers for them.