bluss

Results 13 repositories owned by bluss

arrayvec

655
Stars
117
Forks
Watchers

A vector with a fixed capacity. (Rust)

bencher

82
Stars
16
Forks
Watchers

bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher!" = No feature development. Go build a better stable benchmark...

debugit

9
Stars
0
Forks
Watchers

DebugIt: Use specialization so you can debug-print a value without explicit (and viral) Debug trait bound. (Not really maintained. Uses specialization so it may break)

defmac

15
Stars
0
Forks
Watchers

A macro to define lambda-like macros inline.

matrixmultiply

203
Stars
27
Forks
Watchers

General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.

twoway

65
Stars
5
Forks
Watchers

Twoway / Fast substring search for strings and byte strings (Rust) / Also assorted benchmarks and string search snippets

either

383
Stars
58
Forks
Watchers

The enum Either with variants Left and Right is a general purpose sum type with two cases.

git-remote-gcrypt

147
Stars
0
Forks
Watchers

[This fork is not maintained] git-remote-gcrypt: A git remote helper for GPG-encrypted remotes

indexing

98
Stars
0
Forks
Watchers

Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.

maplit

372
Stars
21
Forks
Watchers

Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.