Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 606 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 606 Bytes

AdvancedComputerSystem

Repository for Advanced Computer System course

License

All files in this repository adopts MIT License.

Project 1

A multi-thread streaming compression demo using zstd library

Project 2

Matrix-Matrix Multiplication with SIMD Instructions & Cache Miss Minimization

Project 3

Memory throughput and Disk IO testing

Project 4

This program implements a SIMD column data dictionary codec.

Final Project: SIMD Enabled DSP Library

by Hisen Zhang and Wyatt Marvil

This project contains several DSP functions that take advantage of SIMD to speed up computing.