Julia/SQLite

More on Julia! First off! For a test, I stripped out all the SQLite code from my slow running program and, unscientifically IMHO it’s pretty fast. The “using sqlite” statement alone takes ~2 seconds. A run for 1,000,000 records, including all the other random # generating stuff for dates, street address, name prefix/suffix and account …

Julia/SQLite

Well for me to actually do many useful things I need a database. And in Python that database, often for me, has been SQLite. Also I have a lot of useful…to me, SQLite databases. Surprisingly it was relatively easy for Julia to use SQLite.