anti-r published
2 minute read Published: 2021-02-03anti-r is a spatial data structure that can outperform R-Trees in a few cases.
anti-r is a spatial data structure that can outperform R-Trees in a few cases.
Fix-rat is a rational number with a denominator chosen at compile time.
I tried writing a Chunked-List data structure and made all the mistakes while using unsafe for that.
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.
I noticed that I quite enjoy writing libraries that support no_std environments, even though I myself don't even work on embedded.
This blog will mainly contain release announcements for my various projects, some deep dives into designs or optimizations I did. Also some opinions sometimes.
Mostly for fun I developed a small artificial neural network library that does all its work on the stack, no operating system or allocator needed.
Treelike is an abstraction over Trees, kinda like Iterator for lists. Is also no_std by default.