
Jan Kotek
@JanKotek
Followers
551
Following
366
Media
11
Statuses
2K
author of MapDB
Prague, Czech Republic
Joined September 2011
I'll be happy to talk to teams that currently work on languages targeting 100K+ users and figure out how I can help. Probably, no full-time commitments, but I'm pretty sure I can be useful in many other ways. 2/2
4
3
23
"How Query Engines Work" Ever wanted to build your own query engine? Then check out this guide by @andygrove_io, touching on all the relevant parts like query parsing, planning, optimizing, etc. https://t.co/tbXWuhuc6J
3
58
293
Nice talk about Buffer Trees (aka Cola trees, Fractal, B-Epsilon). Congrats to authors for good implementation, but for me this stuff is just to complex. I hope I will be able to replicate some benefits with storage log buffers, on regular BTree.
0
1
2
There is new MapDB release; 3.0.9, new DBMaker.fileSyncDisable() option.
1
0
7
Some design changes to solve write amplification in MapDB 4 https://t.co/oE1OCi7fly
mapdb.org
This article outlines recent changes in MapDB 4 development. I decided to refactor Serializer interface and merge it into Store.
4
0
5
This Monday I will have a talk about MapDB in Vienna: https://t.co/Pg3p4AB7m6
0
0
3
I am looking for work. Senior backend java developer. Experience with Kotlin, Scala, DBs, crypto protocols.. My main OS project is MapDB. Preferably remote in a small team.
10
22
79
I am working on Eclipse Collections version that would use offheap or mmaped ByteBuffers. EC already have many concepts from MapDB4, and is good starting point for new MapDB version.
1
2
12
Aeron 1.29.0 is out! C Media Driver and Cluster get some love plus some performance improvements and bug fixes. https://t.co/lCESTOhpuq
github.com
Efficient reliable UDP unicast, UDP multicast, and IPC message transport - aeron-io/aeron
3
17
41
I could use some beefy machine (1TB RAM+) to test mapdb. Just overnight benchmarks via SSH
1
1
4
Contrary to common belief, a #Java object's identity hash code is not necessarily related to its memory address. Instead, values are obtained via a configurable strategy. On OpenJDK, by default, it's a random value. Details in this post by @alidehghanig:
alidg.me
Have you ever wondered how does the HotSpot JVM generate identity hashcodes?
0
14
34
https://t.co/PUWfImuxtG now uses https by default. Time to cleanup this project :)
0
1
5
After long break I am back working on MapDB. More details are coming. Happy New Year.
1
1
15
zig related io_uring benchmarks: https://t.co/A2SDsAgToj What is often overlooked, but I believe the most important change, is quoted in there too: "What is unique about io_uring here is that the same simple interface can be used for both file system and networking I/O"
2
17
96