Skip to content

underblog v0.2.1 for macOS

Compare
Choose a tag to compare
@freetonik freetonik released this 26 Oct 08:30
· 41 commits to master since this release

TL;DR: underblog is now much faster thanks to @egregors

  • all Post are processing in separate goroutines through the channel (CSP)
  • workers limit defines according to Rlimit / 2 if it possible (macOS, Linux), otherwise (Win) just use default limit (100)
  • thread-safe append posts

(#8)