Skip to content

feat(benches): add FastCDC support and fix algorithm mappings - #16

Open
narysh wants to merge 1 commit into
Piletskii-Oleg:mainfrom
narysh:kan-6
Open

feat(benches): add FastCDC support and fix algorithm mappings#16
narysh wants to merge 1 commit into
Piletskii-Oleg:mainfrom
narysh:kan-6

Conversation

@narysh

@narysh narysh commented Jul 10, 2026

Copy link
Copy Markdown

No description provided.

Comment thread benches/chunker_sizes.rs
min: vec![1024, 2048, 4096],
avg: vec![4096, 20000],
max: vec![40000, 60000, 10000],
max: vec![40000, 60000, 100000],

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хорошо, что заметил кстати

Comment thread benches/write_read.rs
Algorithms::Ultra => SuperChunker::default().into(),
Algorithms::Super => SuperChunker::default().into(),
Algorithms::Ultra => UltraChunker::default().into(),
Algorithms::Fast => FastChunker::default().into(),

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@admitrievtsev

Copy link
Copy Markdown
Collaborator

CI ругаться стал поправь пожалуйста

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.

2 participants