Readit News logoReadit News

Deleted Comment

ysw0145 commented on Rust for Filesystems   lwn.net/Articles/978738/... · Posted by u/drakerossman
ysw0145 · a year ago
Having more options available in the Linux kernel is always beneficial. However, Rust may not be the solution for everything. While Rust does its best to ensure its programming model is safe, it is still a limited model. Memory issues? Use Rust! Concurrency problems? Switch to Rust! But you can't do everything that C does without using unsafe blocks. Rust can offer a fresh perspective to these problems, but it's not a complete solution.
ysw0145 commented on First Contact with SQLite   brandur.org/atoms/gubk5w2... · Posted by u/ingve
ysw0145 · a year ago
SQLite has its own decisions, to keep itself embeddable and low-footprint. There are many choices on the server but little on embedded devices like mobile phones. I have faced many problems that arise when using SQLite in a cross-platform mobile app, such as corruption and deadlock. However, there are almost no proven alternatives to SQLite.
ysw0145 commented on Memory Management in DuckDB   duckdb.org/2024/07/09/mem... · Posted by u/jonbaer
ysw0145 · a year ago
DuckDB's memory model works perfectly well. I have run tests to benchmark the hash aggregation performance with different OLAP databases today, prepared a dataset with 10^9 rows and various distinct values. Within 32GB memory, DuckDB can finish the count distinct query (although it's slow). Others may tell me it runs out of memory, since all of them have the ability to spill to disk temporarily.
ysw0145 commented on Spacedrive – an open source cross-platform file explorer   github.com/spacedriveapp/... · Posted by u/microflash
ysw0145 · 2 years ago
A cross platform file explorer that has a nice UI and plugins is awesome. Many people have more 2 devices runing with different OS. But still, Web techs maybe not a good fit for system tools, for its heavy stack.

u/ysw0145

KarmaCake day-2September 13, 2022View Original