Launix unterstützt auch 2024 wieder OpenSource-Projekte
Das Launix-Ökosystem baut sehr stark auf OpenSource auf. Launix ist ein Verfechter freier Software und unterstützt die Community auch, indem es Code zurückgibt.
Read MoreRevisiting Non-Blocking Maps in Go
Maps in Golang have a very delicate drawback: As soon as you try to write on them while other reads are reading or writing on it, your program will crash.
Read MoreAnnouncement: MemCP gets adaptible consistency layer
MemCP is now capable of serializing and deserializing data from RAM.
Read MoreStoring a Bit smaller than in one Bit
When thinking about compression, one often thinks that a bit can not be compressed in less than a bit. In this article, I will prove otherwise.
Read MoreSequence Compression in In-Memory Database yields 99% memory savings and a total of 13%
One of the most interesting compression techniques on columnar storages is sequence compression.
Read MoreAccessing MemCP via scheme
MemCPs native access technology is the scheme scripting language.
Read MoreWriting a SQL parser in scheme
Functional programming languages are a neat tool to write parsers, especially when equipped with a pattern matching mechanism.
Read MoreHow to benchmark a SQL database
To compare databases against each other, a benchmark like TPC-H is used.
Read MoreWhen the benchmark is too slow… (golang http server performance)
Just a shmankerl from the daily life of a developer.
Read More