Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Citation needed.


I’ve been building SD card based Pi devices and the limiting factor in IO perf is the FUSE exFat implementation. There’s a leaked Samsung internal implementation that is over 2x as fast in my benchmarks. I can’t attest whether it’s the fact it’s FUSE or just other performance optimizations that is the reason though.


The leaked kernel was apparently later open sourced [1], although I can't actually find it on the official samsung website.

[1]: https://www.phoronix.com/scan.php?page=news_item&px=MTQzODQ


I don't think we need a citation for common knowledge about how OS kernels work


Doing things in-kernel is almost always faster. No dealing with complicated context-switching, moving memory back-and-forth, etc. I can't necessarily provide a formal, data-backed citation, but it's pretty well understood.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: