Logo
Explore Help
Sign In
gaspersic/solana
1
0
Fork 0
You've already forked solana
Code Issues Pull Requests Projects Releases Wiki Activity
solana/src/lib.rs

7 lines
142 B
Rust
Raw Normal View History

Parallelize verification
2018-02-14 14:19:30 -07:00
#![cfg_attr(feature = "unstable", feature(test))]
Rename event crate to log
2018-02-18 09:59:15 -07:00
pub mod log;
Add historian A microservice that continuously generates hashes, only stopping to tag messages with the latest hash. Fixes #8
2018-02-17 20:51:41 -07:00
pub mod historian;
Use sha256 hashes instead of Rust's builtin hasher. Causes a 20x performance degradation. Enabling asm did not speed things up.
2018-02-19 16:17:13 -07:00
extern crate digest;
Parallelize verification
2018-02-14 14:19:30 -07:00
extern crate rayon;
Use sha256 hashes instead of Rust's builtin hasher. Causes a 20x performance degradation. Enabling asm did not speed things up.
2018-02-19 16:17:13 -07:00
extern crate sha2;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 58ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API