HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hashmak_jsn

no profile record

Submissions

[untitled]

1 points·by hashmak_jsn·5 mesi fa·0 comments

[untitled]

1 points·by hashmak_jsn·5 mesi fa·0 comments

[untitled]

1 points·by hashmak_jsn·5 mesi fa·0 comments

comments

hashmak_jsn
·5 mesi fa·discuss
why should i select cysqlite ? if there are existing ones: https://docs.python.org/3/library/sqlite3.html
hashmak_jsn
·5 mesi fa·discuss
I discourage coding sqlite in Rust, Here are the reasons that sqlite developers mentioned:

- Rust needs to mature a little more, stop changing so fast, and move further toward being old and boring. - Rust needs to demonstrate that it can be used to create general-purpose libraries that are callable from all other programming languages. - Rust needs to demonstrate that it can produce object code that works on obscure embedded devices, including devices that lack an operating system. - Rust needs to pick up the necessary tooling that enables one to do 100% branch coverage testing of the compiled binaries. Rust needs a mechanism to recover gracefully from OOM errors. - Rust needs to demonstrate that it can do the kinds of work that C does in SQLite without a significant speed penalty.

https://sqlite.org/whyc.html#why_isn_t_sqlite_coded_in_a_saf...
hashmak_jsn
·5 mesi fa·discuss
I did not get this project , what is the main usecase for this project?
hashmak_jsn
·5 mesi fa·discuss
nice project, S3lite can work on all platforms? Linux/Windows/Mac? also what is the internal architecture of s3lite? As far as I know sqlite using b-tree not b+tree , what is reason behind selecting b+ tree ?