Contributor Leaderboard

xbasel

xbasel

37 score 19 commits 18 reviews

Commits (19)

DateRepoMessagePR
2025-11-04valkeyReuse dbHasNoKeys() inside dbsHaveNoKeys() to remove duplicate logic (#2800)PR
2025-10-30valkeyBug fix: reset io_last_written on c->buf resize to prevent stale pointers (#2786)PR
2025-06-16valkeytest: fix UBSan warning due to misaligned memory access in unit test_addRepliesWithOffloadsToList (#2201)PR
2025-06-10valkeyOn-demand database allocation instead of preallocation (#1609)PR
2025-06-08valkeyReply Copy Avoidance (#2078)PR
2025-05-28valkeyPrioritize replication traffic in the replica (#1838)PR
2025-05-26valkey-docMulti-database support in cluster mode (#242)PR
2025-05-11valkeyOptimize BITCOUNT using ARM NEON SIMD (#1867)PR
2025-05-09valkeyvalkey-cli: remove RESP version assertion from getDatabases() (#2068)PR
2025-05-06valkeyRestore omitted singledb config in tests (#2052)PR
2025-05-06valkeyvalkey-cli: Count databases correctly in --cluster subcommands (#2046)PR
2025-05-04valkeyAdd multi-database support to cluster mode (#1671)PR
2025-05-01valkeyHyperloglog ARM NEON SIMD optimization (#1859)PR
2025-03-19valkey-io.github.ioAdd command search to the command reference page (#216)PR
2025-02-27valkeyvalkey-cli: ensure output ends with a newline if missing when printing reply (#1782)PR
2025-02-12valkeyFix valkey-benchmark FCALL failure with TLS (#1714)PR
2025-02-10valkeyvalkey-cli: re-select previously selected database after reconnect (#1694)PR
2024-12-17valkeyFix test_reclaimFilePageCache to avoid tmpfs (#1379)PR
2024-11-21valkeyPreserve original fd blocking state in TLS I/O operations (#1298)PR

Reviews (18)

DateRepoMessagePR
2025-06-11valkeyfix: use replica's last selected db for dual-channel sync (#2188)PR
2025-05-09valkeyOptimize findBucket performance using SIMD (#2030)PR
2025-04-29valkeyOptimize string2ll performance using AVX512 (#1944)PR
2025-04-27valkeyIntroduce MPTCP for replication (#1961)PR
2025-02-26valkeyOptimize bitcount command by SIMD (#1741)PR
2025-02-12valkeyDon't leak TCL connections in unit/tracking (#1719)PR
2025-02-12valkeyDon't leak TCL connections in unit/tracking (#1719)PR
2025-01-23valkeyAccelerate hash table iterator with value prefetching (#1568)PR
2024-12-02valkeyOptimize PFCOUNT, PFMERGE command by SIMD acceleration (#1293)PR
2024-12-01valkeySplit dual-channel COB overrun tests to separate servers (#1374)PR
2024-11-22valkeyRemove redundant dict_index calculations (#1205)PR
2024-11-15valkeyKill diskless fork child asap when the last replica drop (#1227)PR
2024-11-14valkeyFix log printing always shows the role as child under daemonize (#1301)PR
2024-11-11valkeyStabilize dual replication test to avoid getting LOADING error (#1288)PR
2024-11-08valkeyRDMA: Use conn ref counter to prevent double close (#1250)PR
2024-11-07valkeyChange errno from EEXIST to EALREADY in serverFork if child process exists (#1258)PR
2024-11-06valkeyRemove empty DB check branch in KEYS command (#1259)PR
2024-11-05valkeyfix: clean up refactoring leftovers (#1264)PR

← Back to leaderboard