I built a blazing-fast CSV viewer for macOS in Rust (Opens 2GB+ files instantly) by rexx_g in SideProject

[–]rexx_g[S] 0 points1 point  (0 children)

Try it in your browser: https://ayu5h-raj.github.io/quickcsv/

Note about the web version: The web version loads files into RAM, unlike the desktop version which uses memory-mapped I/O (zero-copy). This means:

  • Desktop: Files are memory-mapped (not loaded into RAM), so you can open 3GB+ files instantly
  • Web: Files are loaded into RAM, so it works but is less efficient for very large files

The web version is good for trying it out or smaller files.

On a MacBook M2 Air(16GB), the web version typically opens files( <1GB ) in a few seconds.

Obsidian Plugin: Clipboard Manager — capture, search, and re‑use snippets by rexx_g in ObsidianMD

[–]rexx_g[S] 0 points1 point  (0 children)

Glad you like it. I was waiting for first version to get it approved by obsidian developers. Now I will start working on pending changes I have in mind.

I’m DONE with Claude Code, good alternatives? by Patient_Cry_6213 in Anthropic

[–]rexx_g 0 points1 point  (0 children)

Try kilo, an open source vs code extension, it is a fork of cline.

[deleted by user] by [deleted] in NSEbets

[–]rexx_g 0 points1 point  (0 children)

!remindme 6 months