anti-r published

2 minute read Published: 2021-02-03

anti-r is a spatial data structure that can outperform R-Trees in a few cases.

fix-rat published

2 minute read Published: 2021-01-23

Fix-rat is a rational number with a denominator chosen at compile time.

Im bad at unsafe {}

7 minute read Published: 2020-05-12

I tried writing a Chunked-List data structure and made all the mistakes while using unsafe for that.

Optimath version 0.3.0 released

4 minute read Published: 2020-01-13

Optimath is an experimental const generics based linear algebra library that works without any allocations in no_std and utilizes simd. So now you can do fancy maths on embedded.

Why I like programming for #![no_std] in Rust (even without embedded)

4 minute read Published: 2020-01-10

I noticed that I quite enjoy writing libraries that support no_std environments, even though I myself don't even work on embedded.