Common libraries and data structures for C
1–10 of 148 posts
Re: Common libraries and data structures for C
#2[1] https://github.com/rizinorg/rizin/tree/dev/librz/util
[2] https://github.com/rizinorg/rizin/tree/dev/librz/include/rz_...
Re: Common libraries and data structures for C
#3Re: Common libraries and data structures for C
#4Why not use GObject?
Re: Common libraries and data structures for C
#5There are a growing number of stand alone support modules in my projects that I need to publish as a collection some day. Here's a couple links to some of them:
- https://github.com/WickedSmoke/faun/tree/master/support
- https://github.com/xu4-engine/u4/tree/master/src/support
These include more exotic stuff like a grid based field-of-view calculation and a version of the sfxr synthesizer.
Re: Common libraries and data structures for C
#6Why not use GObject?
Re: Common libraries and data structures for C
#7Re: Common libraries and data structures for C
#8Why not use GObject?
Re: Common libraries and data structures for C
#9Re: Common libraries and data structures for C
#10Good stuff. void* in itself is great for generics. C does support a templating system, like C++, with a little (reasonable) preprocessor abuse. It gives great cache contiguous results: https://www.github.com/glouw/ctl
What do you feel this content adds in context of the article? I can't tell.