psankar

psankar

Dockerize-it

a project by fteodori

Create a set of ready to use Dockerfiles based on OpenSUSE, and find a nice home for them to live in. Useful containers or just for fun, let's dockerize-it all.

Updated about 2 years ago. 20 hacker ♥️.

Scalability improvement for running tiedot database on SMP systems

an invention by guohouzuo

tiedot is a general purpose, document database engine designed for both embeddable usage and running stand-alone DB server, implemented in Go. Despite the effort of partitioning collection data and indexes, a single tiedot process still cannot scale beyond 4 CPU cores due to limitations of both data structure and Go runtime. Last year, an attempt began to partition data across multiple tiedot processes, and use IPC for communication and database logics. Initial benchmarks show promising scalability improvement using the new implementation. So let us complete the new implementation together, to bring the most scalable & embeddable DB engine for Go programs!

Updated about 2 years ago. 2 hacker ♥️.

x86 instructions decoder

a project by bpetkov

This is the tool I've been working on since HW11 and it needs more work. Actually, there's always something which could be done on it. It is basically an x86 instruction decoder with special emphasis on the kernel and decoding interesting pieces of it in order to help in the development of low-level patching techniques, among others. git repo: https://gitlab.suse.de/bp/x86d

Updated about 2 years ago. 17 hacker ♥️. 2 followers.

The evolution of file system

an idea by ganghe

Study the evolution of file system in the past years, know the current active file system project and technical trends.

Updated about 5 years ago. 2 hacker ♥️. Has no hacker: grab it!
0
0
3
4

Looking for projects around:

Nothing at the moment

Activity

  • almost 9 years ago: psankar liked The evolution of file system
  • almost 9 years ago: psankar liked x86 instructions decoder
  • about 9 years ago: psankar liked Scalability improvement for running tiedot database on SMP systems
  • over 9 years ago: psankar liked Dockerize-it