Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sha256 hashes instead of Rust's builtin hasher. #13

Merged
merged 1 commit into from
Feb 19, 2018

Conversation

garious
Copy link
Contributor

@garious garious commented Feb 19, 2018

Causes a 20x performance degradation. Enabling asm did not
speed things up.

Causes a 20x performance degradation. Enabling asm did not
speed things up.
@codecov-io
Copy link

codecov-io commented Feb 19, 2018

Codecov Report

Merging #13 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #13   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         141    148    +7     
=====================================
+ Hits          141    148    +7
Impacted Files Coverage Δ
src/lib.rs 100% <ø> (ø) ⬆️
src/historian.rs 100% <100%> (ø) ⬆️
src/log.rs 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b317d13...0297eda. Read the comment docs.

@garious garious merged commit e18da7c into solana-labs:master Feb 19, 2018
mvines referenced this pull request in mvines/solana Jun 12, 2020
mvines referenced this pull request in mvines/solana Jun 12, 2020
mvines referenced this pull request in mvines/solana Jun 12, 2020
mvines referenced this pull request in mvines/solana Jun 12, 2020
mvines referenced this pull request in mvines/solana Jun 12, 2020
mvines referenced this pull request in mvines/solana Jun 12, 2020
mvines pushed a commit that referenced this pull request Jun 12, 2020
nishadsingh1 pushed a commit to nishadsingh1/solana that referenced this pull request Aug 1, 2020
AshwinSekar pushed a commit to AshwinSekar/solana that referenced this pull request Mar 4, 2024
…ana-labs#9 (solana-labs#13)

* [anza migration] replace binaries backend (solana-labs#6)

* ci: add upload-gcs-artifact

* ci: publish release binaries to GCS

* ci: redirect github repo to anza-xyz

* ci: publish windows binaries to GCS

* replace release.solana.com with release.anza.xyz

* use a explicit name for credential

(cherry picked from commit b061cd3)

* [anza migration] ci: fix path (solana-labs#8)

* ci: fix windows build

* ci: publish sdk docker image with the new name

* update automerge status

* [anza migration] ci: removed unused s3 upload in Windows build (solana-labs#9)

ci: removed unused s3 upload in Windows build

---------

Co-authored-by: Yihau Chen <a122092487@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants