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
- Host: GitHub
- URL: https://github.com/catrinlam/bst-threads
- Owner: catrinlam
- Created: 2023-06-15T14:44:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T14:53:53.000Z (about 3 years ago)
- Last Synced: 2025-02-14T05:34:49.635Z (over 1 year ago)
- Language: C
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.