[Scons-users] Is dblite always the preferred choice for dbm_module?

Andrew C. Morrow andrew.c.morrow at gmail.com
Mon Feb 27 12:42:49 EST 2017


Hi -

The SConsignFile function takes a dbm_module argument that is used to
select an implementation for the database. The default is "dblite", which
appears to be the default because it works on all python versions.

For environments where a more modern Python is already universal, is it
advantageous to select some other backing module, like 'anydbm'? Are there
any known performance differences between dblite and the true DBM
implementations?

Thanks,
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20170227/a767a263/attachment.html>


More information about the Scons-users mailing list