Skip to content

Conversation

bradlarsen
Copy link

This adds a new sha1 built-in function, whose implementation is copy-paste-modified from the existing sha256 function implementation.

Having a sha1 function as a duckdb core function will give some of my projects a ~100x speedup, as I will be able to avoid the overhead of calling into a Python implementation of that function.

@Mytherin Mytherin merged commit 625740d into duckdb:main Jul 17, 2024
38 checks passed
@Mytherin
Copy link
Collaborator

Thanks! LGTM

github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Jul 18, 2024
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