Cdb: a fast, reliable, simple package for creating, reading constant databases
11–20 of 43 posts
Re: Cdb: a fast, reliable, simple package for creating, reading constant databases
#12Re: Cdb: a fast, reliable, simple package for creating, reading constant databases
#13What advantages does this have over SQLite?
i think the appropriate comparison would be bdb, not SQLite. and from the site, I can't tell?
Re: Cdb: a fast, reliable, simple package for creating, reading constant databases
#14Re: Cdb: a fast, reliable, simple package for creating, reading constant databases
#15That's cool. But I feel like I'll totally forget about it and lose reference to this (in case I have future interest). Where's a github mirror? A google search reveals some entries from the language implementations. Go: https://github.com/jbarham/go-cdb Java: https://github.com/malyn/sg-cdb Haskell: https://github.com/adamsmasher/hs-cdb
You'll find a ton of life changing stuff on SourceForge and random FTP sites.
Re: Cdb: a fast, reliable, simple package for creating, reading constant databases
#16Re: Cdb: a fast, reliable, simple package for creating, reading constant databases
#17That's cool. But I feel like I'll totally forget about it and lose reference to this (in case I have future interest). Where's a github mirror? A google search reveals some entries from the language implementations. Go: https://github.com/jbarham/go-cdb Java: https://github.com/malyn/sg-cdb Haskell: https://github.com/adamsmasher/hs-cdb
Most open source development takes place outside of github. It is a very valley-centric thing. You'll find a ton of life changing stuff on SourceForge and random FTP sites.
Re: Cdb: a fast, reliable, simple package for creating, reading constant databases
#18Can anyone tell me what prevents it from running on Windows?
Re: Cdb: a fast, reliable, simple package for creating, reading constant databases
#19Weird side-note, when using CDB's from Perl, do not use tie, its painfully unperformant (realized this the hard way)