Y
Hacker News
new
|
ask
|
show
|
jobs
by
catlifeonmars
305 days ago
Are window sizes dynamic, or do they need to be specified at build time?
1 comments
hackermondev
302 days ago
Need to be specified at build time, but you can set a dynamic window length based on the current buffer length.
https://github.com/hackermondev/batched?tab=readme-ov-file#b...
link
catlifeonmars
298 days ago
Ah gotcha. So one use case that immediately comes to mind with batching is retries with batch bisection. While you wouldn’t need it to be arbitrarily dynamic, it would be useful to support some sort of retry aware divide-by-two mechanism
link