Remix.run Logo
saidnooneever 8 hours ago

where do you see these opportunities? i didnt see a lot of issues personally rust would be better at than C in this domain. care to elaborate? (genuinely curious!)

personally i see more benefit in rust for example as ORM and layers that talk to the database. (those are often useful to have in such an ecossystem so you can use the database safe and sanely, like python or so but then u know, fast and secure.)

koakuma-chan 7 hours ago | parent [-]

You need to be crazy to use an ORM. I personally think that even SQL is redundant. I would like to see a high quality embedded database written in Rust.

speed_spread 3 hours ago | parent [-]

I vaguely remember a crate doing a RocksDB kind of thing?