Benchmarked implementation of the weak heap data structure in Rust
Go to file
2019-02-25 15:28:29 -05:00
benches Documentation, copyright headers, etc., for open source releasing. 2019-02-25 15:28:29 -05:00
src Documentation, copyright headers, etc., for open source releasing. 2019-02-25 15:28:29 -05:00
.gitignore Use Criterion for benchmarking. 2018-01-20 02:10:59 -05:00
Cargo.toml Create benchmarks for i32, i128, u32768. 2018-12-28 23:18:47 -05:00
CONTRIBUTING.md Documentation, copyright headers, etc., for open source releasing. 2019-02-25 15:28:29 -05:00
LICENSE Documentation, copyright headers, etc., for open source releasing. 2019-02-25 15:28:29 -05:00
README.md Documentation, copyright headers, etc., for open source releasing. 2019-02-25 15:28:29 -05:00
timings.txt Some benchmark outputs I was caching locally. Might be useful to reference in the future. 2018-04-29 12:31:34 -04:00

Weak heaps for Rust

This package provides a prospective implementation of the weak heap data structure and some benchmarks.

Copyright

Copyright 2019 Google LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.