Hacker News new | ask | show | jobs
by hardware2win 879 days ago
>C++ can omit all this, and can do simple bit shifts instead of multiplications.

Irrelevant. We need good lib in C

2 comments

The claim is more that the C++ std is designed to take advantage of C++ language features. Mimicking the same API in C isn't a good lib, the C API shape would need to be different.
Who are "we" and what's wrong with all existing options?
Existing options like? Using 3rd party libs for basic data structures?