Skip to content

A matrix encoding scheme seeking to improve on space efficiency and access locality

License

Notifications You must be signed in to change notification settings

Blakexx/QuadrantTreeEncodingCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuadrantTreeEncoding

A matrix encoding scheme seeking to improve on space efficiency and access locality

Running

In order to run this project, run the Main.java file with Java 14.

Running Options

When run, you are presented with three options in the console.

1: Custom Tester
2: Disk Size Tester
3: Read/Write Tester

Custom Tester allows you to input information about your desired matrix, and then perform operations on it.

Disk Size Tester will run analytics on the bit size of the encoded matrix, and save its results in diskData.txt.

Read/Write Tester will run analytics on the runtime performance of the matrix, and save its results in runtimeData.txt.

About

A matrix encoding scheme seeking to improve on space efficiency and access locality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages