Erik Dubbelboer
|
c2b317d47d
|
Go 1.26 and golangci-lint updates (#2146)
Keep Go 1.24 compatibility for now (by not using `wg.Go()`).
|
2026-02-21 10:28:39 +01:00 |
|
Oleksandr Redko
|
51b4947320
|
test: replace atomic operations with atomic types (#2048)
|
2025-08-07 19:02:12 -04:00 |
|
Oleksandr Redko
|
7e1fb71854
|
Enable perfsprint linter; fix up lint issues (#1727)
|
2024-03-02 16:21:23 +01:00 |
|
Oleksandr Redko
|
f196617f55
|
chore: Use 'any' instead of 'interface{}' (#1666)
gofmt -w -r "interface{} -> any" -l .
|
2023-11-24 11:33:04 +01:00 |
|
Erik Dubbelboer
|
7a5afddf5b
|
Use %v for errors and %q for strings (#1262)
Mostly in tests.
|
2022-04-01 18:11:16 +02:00 |
|
Erik Dubbelboer
|
9f2c63676d
|
Lower go test time
|
2021-06-18 14:57:18 +02:00 |
|
Aliaksandr Valialkin
|
e113a6dfce
|
stackless: use dedicated worker pool per each stackless func.
This reduces tail latencies in our prod when multiple stackless funcs
are used concurrently.
|
2017-02-06 14:23:39 +02:00 |
|
Aliaksandr Valialkin
|
5abb44878e
|
stackless: added NewFunc() for wrapping stack-hungry CPU-bound functions
|
2017-02-05 23:35:23 +02:00 |
|