Live data from Hacker News

Viewing profile — vilark

vilark

HN member
Joined
Mon, Sep 04, 2023, 3:57 PM UTC
HN karma
20
Public activity
11 items

About vilark

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. comment
    Comment #40013887

    30% performance improvement after removing the `yield return`, and readability is probably better too.

  4. 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…

  5. 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…

  6. comment
    Comment #40003789

    Thanks... I didn't think that would compile on .net 6, but it does!

  7. story
  8. story
  9. story
  10. 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…

  11. story