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

10 lines
209 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;
Add serialization/deseriation support to event log See bincode and serde_json for usage: https://github.com/TyOverby/bincode Fixes #1
2018-02-20 16:26:11 -07:00
extern crate generic_array;
Parallelize verification
2018-02-14 14:19:30 -07:00
extern crate rayon;
Add serialization/deseriation support to event log See bincode and serde_json for usage: https://github.com/TyOverby/bincode Fixes #1
2018-02-20 16:26:11 -07:00
extern crate serde;
#[macro_use]
extern crate serde_derive;
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: 53ms Template: 2ms
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