Live data from Hacker News

Show HN: We made our own inference engine for Apple Silicon

github.com

1–10 of 48 posts

Show HN: We made our own inference engine for Apple Silicon

#1
We wrote our inference engine on Rust, it is faster than llama cpp in all of the use cases. Your feedback is very welcomed. Written from scratch with idea that you can add support of any kernel and platform.

Show HN: We made our own inference engine for Apple Silicon
github.com

Re: Show HN: We made our own inference engine for Apple Silicon

#4
Amazing!

How was your experience using Rust on this project? I'm considering a project in an adjacent space and I'm trying to decide between Rust, C, and Zig. Rust seems a bit burdensome with its complexity compared to C and Zig. Reminds me of C++ in its complexity (although not as bad). I find it difficult to walk through and understand a complicated Rust repository. I don't have that problem with C and Zig for the most part.

But I'm wondering if I just need to invest more time in Rust. How was your learning curve with the language?

Post reply on HN