R
RuShanny
8 repositories
2 followers
Repositories
Select a repository to view its commits, contributors, and more.public
Logger
"Logger" is logging library in C. It is lockless SMP-safe and it uses ring buffer as container for log messages.
C
5
2
0
Updated 5 months ago
public
Hash-Table-open-addressing-
Hash Table with open addressing. In order to resolve hash collisions double hashing is used.
C
0
0
0
Updated 11 years ago
public
BinaryTree_MaxParallelSearch
Search node with a max key in binary tree using threads
0
0
0
Updated 11 years ago
public
Memory-Allocator--Memalloc-
"Memalloc" is lock-based SMP-safe memory allocator with swap file.
C
0
0
0
Updated 11 years ago
public
Inter-process-communication
IPC is realized via shared memory and sockets. It's a user who choose which type of IPC will be run.
C
0
0
0
Updated 12 years ago