-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# study | ||
Some projects from the courses and coding practice | ||
# Operating Systems 50300 | ||
Projects in C, Linux based systems. | ||
- Shell: System calls | ||
- Inter-process communication: SHM and UnixSocket | ||
- Matrix multiplication & producer-consumer: multithreading using PThreads | ||
- Elevator Problem: multithreading using PThreads | ||
- Slab Memory Allocator: an implementation of malloc and free | ||
- System performance measurement | ||
|
||
# Introduction to Algorithms 50300 | ||
Project in Java | ||
- Hoffman compression and decompression: input is 1 GB text file based on ASCII encoding. | ||
Performance is measured using the correctness and compression/decompression time. | ||
Test environment: VirtualBox + Ubunti (4G virtual memory), i7-3250M | ||
Result: about 40 seconds to compress and 30 seconds to decompress | ||
|
||
|