Yes-rs: A fast, memory-safe rewrite of the classic Unix yes command
1–10 of 170 posts
Re: Yes-rs: A fast, memory-safe rewrite of the classic Unix yes command
#2 Lines of Code
yes (GNU) 50
Yes-rs 1,302 (26x more)
The cost benefit analysis on this will be interesting given this is 26X more code to manage, and could also introduce a whole new toolchain to build base.Re: Yes-rs: A fast, memory-safe rewrite of the classic Unix yes command
#3Re: Yes-rs: A fast, memory-safe rewrite of the classic Unix yes command
#4Lines of Code yes (GNU) 50 Yes-rs 1,302 (26x more) The cost benefit analysis on this will be interesting given this is 26X more code to manage, and could also introduce a whole new toolchain to build base.
Re: Yes-rs: A fast, memory-safe rewrite of the classic Unix yes command
#5Lines of Code yes (GNU) 50 Yes-rs 1,302 (26x more) The cost benefit analysis on this will be interesting given this is 26X more code to manage, and could also introduce a whole new toolchain to build base.
Re: Yes-rs: A fast, memory-safe rewrite of the classic Unix yes command
#6The source is worth a look too: https://github.com/jedisct1/yes-rs/blob/main/src/main.rs
Re: Yes-rs: A fast, memory-safe rewrite of the classic Unix yes command
#7Like using selenium to automate a web task? Or like using javascript on the kernel? Or using C# on linux?
It just doesn't feel right to write an application whose mode of operation is unsafe (sending a string over IO) whose raison d'etre is unsafe (saying yes to everything without reading it), and to write it in a memory safe way.
It's like using a seatbelt when driving at 100mph, switching lanes in the highway, and drinking rum n coke(but with diet coke).
Re: Yes-rs: A fast, memory-safe rewrite of the classic Unix yes command
#8Lines of Code yes (GNU) 50 Yes-rs 1,302 (26x more) The cost benefit analysis on this will be interesting given this is 26X more code to manage, and could also introduce a whole new toolchain to build base.
yes-rs is a joke, not a serious project.
Re: Yes-rs: A fast, memory-safe rewrite of the classic Unix yes command
#9Lines of Code yes (GNU) 50 Yes-rs 1,302 (26x more) The cost benefit analysis on this will be interesting given this is 26X more code to manage, and could also introduce a whole new toolchain to build base.
[0] https://github.com/uutils/coreutils/blob/main/src/uu/yes/src...