Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@kurtmckee kurtmckee released this 18 Feb 15:42
· 1 commit to main since this release
v0.6.0
68a2e9b

Added

  • Compress all database content using the LZMA algorithm.

    sqliteimport now produces databases that are smaller than importable zip files.

  • Support compiling to, and loading from, pre-compiled bytecode in the database.

    Performance testing shows that sqliteimport now imports large dependency trees
    faster than standard filesystem-based imports.

  • Add a sqliteimport compile command to compile all Python source to bytecode.

    The command should be run for each Python interpreter that will be used
    by the application.

Development

  • Add a Powershell script to test performance on Windows.