Hacker News new | ask | show | jobs
by JJOmeo 471 days ago
I had a similar experience writing image decompressors. There wasn't enough to internally manage for rust to provide any benefit, and the gritty fast algorithmic code is just simpler to do with C++. C wasn't going to get me the flexibility and generic patterns I was going for.
1 comments

what %ge of C++ features did you use for that ?