Y
Hacker News
new
|
ask
|
show
|
jobs
by
lmm
5231 days ago
He's using hash tables, so he's using glib2, and that's far better than everyone implementing their own hash table.
1 comments
anon1385
5230 days ago
False dichotomy. Libraries that provide basic data structures should not have external dependencies. The issue isn't whether or not to use libraries, it is how the functionality of the libraries is organised.
link