Y
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
esrauch
879 days ago
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.
link
eps
879 days ago
Who are "we" and what's wrong with all existing options?
link
hardware2win
878 days ago
Existing options like? Using 3rd party libs for basic data structures?
link