Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyeongmincho/homework__operating-system-2
2018학년도 1학기 인하대 운영체제 실습과제2 (Multi-threaded Hash Table)
https://github.com/kyeongmincho/homework__operating-system-2
Last synced: 9 days ago
JSON representation
2018학년도 1학기 인하대 운영체제 실습과제2 (Multi-threaded Hash Table)
- Host: GitHub
- URL: https://github.com/kyeongmincho/homework__operating-system-2
- Owner: kyeongmincho
- Created: 2018-06-16T16:28:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T11:23:53.000Z (almost 6 years ago)
- Last Synced: 2024-11-19T17:17:58.431Z (2 months ago)
- Language: C
- Homepage:
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# os_homework2
2018학년도 1학기 인하대 운영체제 실습과제2
## 간단한 설명
버킷 리스트로 구성된 해시 테이블에 멀티스레드로 키 밸류 쌍을 삽입 후 추가적인 CRUD 구현. 자세한 사항은
[과제 요구사항](https://github.com/drzix/os_homework2/blob/master/2018_OS_homework2_0601.docx) 참조## INSTALL
```
$ make
```## EXECUTION
```
$ ./os2 < bigin.txt > myoutput.txt
$ diff myoutput.txt bigout.txt
```## REMOVE
```
$ make clean
```