- Warsaw, Poland
Pinned Loading
-
scylladb/scylladb
scylladb/scylladb PublicNoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB
-
perf2perfetto
perf2perfetto PublicAn intel PT trace converter from `perf.data` to Fuchsia trace format.
-
vanbinhstudios/thelegendofericc
vanbinhstudios/thelegendofericc PublicSingle player roguelike tile-based game written in Java using LibGDX and Ashley
-
220 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 6 commits in 3 repositories
Created a pull request in scylladb/seastar that received 19 comments
smp: expose some NUMA information to the application
For performance reasons, the application might want to do some data structure sharing between nodes, but only if it doesn't cause cross-NUMA-node m…
+24
−3
lines changed
•
19
comments
Opened 8 other pull requests in 2 repositories
scylladb/scylladb
1
merged
3
closed
3
open
-
managed_bytes: in the copy constructor, respect the target preferred allocation size
This contribution was made on Apr 16
-
Update seastar submodule
This contribution was made on Apr 11
-
[Backport 2025.1] table: fix a race in table::take_storage_snapshot()
This contribution was made on Apr 7
-
[Backport 6.2] table: fix a race in table::take_storage_snapshot()
This contribution was made on Apr 7
-
compress: fix an internal error when a specific debug log is enabled
This contribution was made on Apr 7
-
compress: make sstable compression dictionaries NUMA-aware
This contribution was made on Apr 4
-
test: introduce upgrade tests to test.py, add a SSTable dict compression upgrade test
This contribution was made on Apr 2
scylladb/seastar
1
merged
-
tests/unit/httpd_test: fix the handling of NUL bytes in the parser
This contribution was made on Apr 9
Reviewed 4 pull requests in 2 repositories
scylladb/scylladb
3 pull requests
-
managed_bytes: in the copy constructor, respect the target preferred allocation size
This contribution was made on Apr 17
-
main: Remove unused member variable
_sys_ks
This contribution was made on Apr 2 -
sstables: add SSTable compression with shared dictionaries
This contribution was made on Apr 1
scylladb/seastar
1 pull request
-
smp: expose some NUMA information to the application
This contribution was made on Apr 10
Created an issue in scylladb/scylladb that received 3 comments
managed_bytes
violates preferred contiguous allocation size
Commit 14bf09f added a single-chunk
layout to managed_bytes
, which makes the overhead of managed_bytes
smaller in the common case of a small buffer.
…
3
comments
Opened 1 other issue in 1 repository
scylladb/scylladb
1
open
-
sstable_compressor_factory
debug logs invoke an internal error if some SSTables have compression fully disabledThis contribution was made on Apr 7