Blog 42
  • Home
  • About
Sign in Subscribe

Performance

A collection of 4 posts
Async Processing Pipeline with Rx.Net
C#

Async Processing Pipeline with Rx.Net

I was looking for the easiest way to process task asynchronously, but keep the order. However, implementing something on top of the BlockingCollection<T> seemed a bit of an overkill. Simple async/await Instead, the original implementation was similar to: backgroundTasks.Add(LongProcessAsync()); And later on I could
13 Aug 2019 3 min read
APM for .Net Core on Linux - Beyond Log Analyzing
.NET-Core

APM for .Net Core on Linux - Beyond Log Analyzing

For the folks out there, not familiar with the abbreviation APM, in the context of this post stands for Application Performance Monitoring. APM 0.1 - Leverage existing tools (and logs) For the last 2 years, I'm part of a team building an exciting new B2B application using
13 Nov 2018 5 min read
Repeatable Read vs Serializable Isolation Level in Postgres
Postgres

Repeatable Read vs Serializable Isolation Level in Postgres

The question I want to answer here, is the question I had for the last 1.5 years: When to use which isolation level and what is the difference in real world scenarios? What's wrong with read committed? First off, you might wonder, why am I comparing those
13 Aug 2018 8 min read
The Difference in (Un)Zip-Performance
Performance

The Difference in (Un)Zip-Performance

I got a nice present for Christmas, last year - a Windows 8 Tablet/Notebook convertible. With the extra battery in the keyboard and an Intel-Atom SoC the power lasts easily for 12h or continues use. Of course, since the only component which can drain the battery is the 10&
13 Jan 2014 1 min read
Page 1 of 1
Blog 42 © 2025
Powered by Ghost