Where is the "networked mode" in Turso? Turso's readme and docs do not mention anything like this
Deep dive into Turso, the “SQLite rewrite in Rust”
11–20 of 154 posts
Re: Deep dive into Turso, the “SQLite rewrite in Rust”
#12Where is the "networked mode" in Turso? Turso's readme and docs do not mention anything like this
Re: Deep dive into Turso, the “SQLite rewrite in Rust”
#13huh? That is clearly not the case. memory bugs - sure. Not having a public test suite, not accepting public contributions, weakly typed columns and lack of concurrency has nothing to do with the language. They're governance decisions, that's it.
>I see this situation trhough the prism of the innovator's dilemma: the incumbent is not willing to sacrifice a part of its market to evolve, so we need a new player to come and innovate.
I don't think the innovators dilemma quite applies in the open source world. Projects are tools, that's it. Preserving a project for the sake of preserving it isn't a good idea.
If people need to run a sqlite db in these exotic places, shedding it means someone else has to build their own tool now that can do it. Sqlite has decided that they care about that, so they support it, so they can't use rust. Seems sound.
Projects coming and going is a good thing in open source, not a bug.
Re: Deep dive into Turso, the “SQLite rewrite in Rust”
#14> ... most of which can be fixed by a rewrite in Rust huh? That is clearly not the case. memory bugs - sure. Not having a public test suite, not accepting public contributions, weakly typed columns and lack of concurrency has nothing to do with the language. They're governance decisions, that's it. >I see this situation trhough the prism of the innovator's dilemma: the incumbent is not willing to sacrifice a part of…
Re: Deep dive into Turso, the “SQLite rewrite in Rust”
#15Re: Deep dive into Turso, the “SQLite rewrite in Rust”
#16Re: Deep dive into Turso, the “SQLite rewrite in Rust”
#17> ... most of which can be fixed by a rewrite in Rust huh? That is clearly not the case. memory bugs - sure. Not having a public test suite, not accepting public contributions, weakly typed columns and lack of concurrency has nothing to do with the language. They're governance decisions, that's it. >I see this situation trhough the prism of the innovator's dilemma: the incumbent is not willing to sacrifice a part of…
Re: Deep dive into Turso, the “SQLite rewrite in Rust”
#18Re: Deep dive into Turso, the “SQLite rewrite in Rust”
#19The RIIR-benchmark: rewrite CPython in Rust, pass the complete test suite, no performance regressions, $100 budget. How far away are we there, a couple months? A few years? Or is it a completely ill-posed problem, due to the test suite being tied to the implementation language?