Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone know about a thread-safe DBM-like library with a C API?

This is: a persistent hash-table that is thread-safe.

Any pointers would be appreciated!

share|improve this question
D'oh! It seems Tokyo Cabinet fixed-length hashtables fit the bill!! – AntonioVieiro Aug 2 '11 at 9:12

1 Answer

SQLite is threadsafe. It is also in the public domain.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.