Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
SdtEE
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
2 ms
·
1.
▲
by
SdtEE
4mo ago
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 developed to instantly load arbitrary large CSV files can be g
2.
▲
by
SdtEE
5mo ago
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 fixed set of 4. If you mean by the parser pro
3.
▲
by
SdtEE
5mo ago
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/Verticalysis/Hitomi The secret: I engi