On 2007-02-27, Tuomo Valkonen <[EMAIL PROTECTED]> wrote:
> I don't know about that.. The thing is, I like writing algorithms and
> data structures more than learning others' APIs, and the help provided
> by a DB isn't _that_ big...

There's one considerable benefit from using a ready DB, though: one
could write the thing in Haskell, as no low-level bit manipulation
is needed (which is practically impossible in Haskell and other 
high-level languages). But then again, if one decides to write a 
more efficient implementation at a later date, a complete rewrite
is needed. (It's quite stupid to wrap from low-level C code to 
Haskell and then back to C for FUSE.)

-- 
Tuomo

Reply via email to