derhuerst/serve-buffer

async getETag

Open

#1 opened on Apr 12, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (0 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

With large Buffers, hashing will block the event loop for quite a bit. An async getETag allows users to move hashing to another thread/process.

Contributor guide