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

HisenZhang/AdvancedComputerSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.