minio/internal/http
Harshavardhana 91805bcab6
add optimizations to bring performance on unversioned READS (#20128)
allow non-inlined on disk to be inlined via
an unversioned ReadVersion() call, we only
need ReadXL() to resolve objects with multiple
versions only.

The choice of this block makes it to be dynamic
and chosen by the user via `mc admin config set`

Other bonus things

- Start measuring internode TTFB performance.
- Set TCP_NODELAY, TCP_CORK for low latency
2024-07-23 03:53:03 -07:00
..
check_port_linux.go
check_port_others.go
check_port_test.go
close.go add codespell action (#18818) 2024-01-17 23:03:17 -08:00
dial_dnscache.go
dial_linux.go add optimizations to bring performance on unversioned READS (#20128) 2024-07-23 03:53:03 -07:00
dial_others.go simplify listener implementation setup customizations in right place (#19589) 2024-04-23 21:08:47 -07:00
headers.go Enable replication of SSE-C objects (#19107) 2024-03-28 10:44:56 -07:00
lambda-headers.go
listener.go add optimizations to bring performance on unversioned READS (#20128) 2024-07-23 03:53:03 -07:00
listener_test.go add changes to Makefile to support dev build 2024-06-10 10:41:02 -07:00
request-recorder.go
response-recorder.go Disable DMA optimization on windows (#18575) 2023-12-01 16:13:19 -08:00
server.go Removing timeout on shutdown (#19956) 2024-06-19 11:42:47 -07:00
server_test.go Removing timeout on shutdown (#19956) 2024-06-19 11:42:47 -07:00
transports.go ldap: Add user DN attributes list config param (#19758) 2024-05-24 16:05:23 -07:00