Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhon authored Feb 3, 2018
1 parent 2c7073a commit d466892
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
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


0 comments on commit d466892

Please sign in to comment.