Viewing profile — SdtEE
SdtEE
HN member- Joined
- Sat, Feb 11, 2023, 4:34 AM UTC
- HN karma
- 14
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About SdtEE
No profile information was provided.
Recent public activity
-
comment
Comment #48455198
I got tired of all the quirks when opening CSV files in Excel, so I built a fast and lean viewer for CSV - at least this was what initially planned. Later I find the technique I de…
-
comment
Comment #48103122
I'm not sure what do you mean by "update". If you mean the state of the parser - of course, and I did some trick to reduce the supposedly infinite states for arbitrary format to a …
-
comment
Comment #48090009
This starts from my frustration when opening large CSV files, but later evolved to a log/data analyzer that loads arbitrary format in constant time (O(1)). https://github.com/Verti…