Viewing profile — vilark
vilark
HN member- Joined
- Mon, Sep 04, 2023, 3:57 PM UTC
- HN karma
- 20
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About vilark
No profile information was provided.
Recent public activity
- story
-
comment
Comment #40013917
FYI I got rid of this line, now I just don't add the quotes in the first place, unless the caller requests it. Performance didn't actually change, but it looks smarter. Thanks agai…
-
comment
Comment #40013887
30% performance improvement after removing the `yield return`, and readability is probably better too.
-
comment
Comment #40005276
I will add a micro benchmark to see if the `yield return` is slowing things down, compared to just calling _sb.Add() inside Read*(). I will also see if it looks cleaner that way. T…
-
comment
Comment #40003806
The unit tests have an emoji test (which uses a surrogate pair). I thought I would have to use Runes, but it's not necessary. https://github.com/kjpgit/SmallestCSVParser/blob/maste…
-
comment
Comment #40003789
Thanks... I didn't think that would compile on .net 6, but it does!
- story
- story
- story
-
story
Show HN: Story of using C# for a terminal app (macOS and Linux)
The backstory and implementation of a hobby project called ViLark[1] I wrote it to make myself a faster and nicer looking file/buffer selector when I am using vim. But it's a stand…
- story