Fastest way to convert a binary file to SQLite database
Posted
by chown
on Stack Overflow
See other posts from Stack Overflow
or by chown
Published on 2010-05-13T16:13:53Z
Indexed on
2010/05/13
21:44 UTC
Read the original article
Hit count: 125
I've some binary files and I'm looking for a way to convert each of those files to a SQLite database. I've already tried C# but the performance is too slow. I'm seeking an advice on how and what programming language should be the best to perform this kind of conversion. Though I prefer any Object Oriented Language more (like C#, Java etc), I'm open for any programming language that boosts up the conversion. I don't need a GUI frontend for the conversion, running the script/program from console is okay. Thanks in advance
© Stack Overflow or respective owner