Skip to content

DOSAYGO-Research/goodhart_hash_supplemental

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Design and Goodhart's Law - supplemental code

This is the code used to compute the data used in the final table of Hash Design and Goodhart's Law. Please see that article for context.

Note that this only runs on x86-64 due to use of x86-64 intrinsics in some of the code.

Building and Running

To build, first ensure that you have Rust installed. Then from the root of this repo:

cargo build --release

To run:

cargo run --release

Some of the tests can take a little while to run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%