You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enable HTTP/2 multiplexing (CURLPIPE_MULTIPLEX + HTTP_VERSION_2TLS)
so all concurrent range requests share a single TCP connection
- Adaptive Phase 1 sizing for contiguous progressions (RLCP, RPCL,
single-layer LRCP): estimate needed data from tile size and reduce
level so reusePhase1Data() can skip the Phase 2 round-trip
- Add fetch_batch_size to grk_stream_params / IFetcher::setBatchSize()
allowing callers to tune HTTP concurrency (default remains 30)
- Sort flat fetch request list by file offset after genCollections()
for better server-side read coalescing with HTTP/2 streams
0 commit comments