An open API service indexing awesome lists of open source software.

https://github.com/catrinlam/bst-threads

Perform read/write operations on the BST data structure with multiple concurrent threads
https://github.com/catrinlam/bst-threads

Last synced: about 1 year ago
JSON representation

Perform read/write operations on the BST data structure with multiple concurrent threads

Awesome Lists containing this project

README

          

# BST-threads
C - in VS code

Nov 2022

- Perform read/write operations on the BST data structure with multiple concurrent threads
- During downtime, many clients perform operations on the BST. Each client sends its BST-commands in the form of a
command- file to the server.