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 2017-01-05 13:46

.travis.yml and sonar-project.properties pollute the repo a little, shouldn't put them on .gitignore?

Name: suigin 2017-01-05 15:41

>>115
Maybe later, the benchmarks aren't a high priority, I've been doing manual performance regression testing periodically, I'm in a good state.

>>120
To a degree, yes, it's worth it in this case. That change does make things somewhat simpler from the library maintainer's standpoint, it removes the cognitive overhead of having to think about making sure I'm not fucking something up with the intptr_t -> int casting. Leaving it as is makes it easier for someone to pass in a malformed allocid, and complicates the error checking. As far as losing the type-checking for users, it's not that big of a deal, just use the typedef and you'll be okay.

>>122
Yes, they do, but they're needed for Travis CI (or pretty much any public continuous integration service). I could put them in a different branch, but then I'm not getting as continuous of integrations if I always have to merge from master into another branch or vice versa.

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