Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

libzahl - big integer library

Name: Anonymous 2016-03-05 22:05

http://git.suckless.org/libzahl/tree/
The rationale for its creation can be found on the README file.
What do you think?

Name: Anonymous 2016-10-07 13:12

I usually like Suckless stuff and a simple, easily auditable bigint library is sorely needed, but this is hardly an improvement over the current state. libzahl still allocates during operations, for which there is no reason — provide a thin wrapper API if you think providing memory manually is a concern. This is particularly crucial because as soon as you begin to allocate during operations, you must handle allocation failures everywhere: GNU MP does the utterly insane and calls abort while libzahl appears to use a globally saved longjmp instead, sacrificing thread-safety.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List