v0.0.3
Pre-releaseWe are excited to announce the release of pregel-rs
v0.0.3, a graph processing framework written in Rust. This release includes important updates and improvements that will enhance the performance and usability of the framework.
Changes:
Removal of from_duckdb
Method: The from_duckdb
function has been removed from pregel-rs
. This decision was made to streamline the codebase and reduce unnecessary dependencies. Users can still ingest graph data from other sources using other supported methods. Reducing compilation time was also one of the objectives.
Removal of .clone()
calls: Several instances of unnecessary cloning of data have been identified and removed in this release. This optimization will result in improved performance and reduced memory usage.
Testing Improvements: The testing suite has been updated and improved in this release. Additional test cases have been added to ensure the correctness and robustness of the framework.
Bug Fixes:
Various bug fixes and performance improvements have been implemented to address known issues and enhance overall stability.
We appreciate the continued support and feedback from the community, and we are committed to delivering a high-quality graph processing framework with pregel-rs
. Please feel free to report any issues or provide feedback on this release.