Comments on: Processing Semi-Structured Data in the Unix Shell http://www.weaselhat.com/2021/06/29/processing-semi-structured-data-in-the-unix-shell/ Fri, 17 Sep 2021 14:08:38 +0000 hourly 1 https://wordpress.org/?v=6.3.2 By: Michael Greenberg http://www.weaselhat.com/2021/06/29/processing-semi-structured-data-in-the-unix-shell/comment-page-1/#comment-187705 Sun, 04 Jul 2021 23:28:33 +0000 http://www.weaselhat.com/?p=936#comment-187705 Thanks! I had never heard of 9p, and it seems cool! I had some trouble finding details, but my impression is that FUSE is faster than 9p, and FUSE itself is already substantially slower than in-kernel filesystems. Bento seems like a cool option (and it’s Rust based!). Please feel free to chime in on my tracking issue <https://github.com/mgree/ffs/issues/9> if you have thoughts on performance!

I’m hopeful that fuser will just get Windows support (https://github.com/cberner/fuser/issues/129) and I can use that.

]]>
By: Jay McCarthy http://www.weaselhat.com/2021/06/29/processing-semi-structured-data-in-the-unix-shell/comment-page-1/#comment-187595 Sun, 04 Jul 2021 14:37:17 +0000 http://www.weaselhat.com/?p=936#comment-187595 You might consider using 9p instead of FUSE, or in addition to. This is very cool.

]]>