Evgeny
|
137ebc1cad
|
servers: reduce memory used for period stats (#1298)
|
2024-09-02 23:12:08 +01:00 |
|
Evgeny
|
9596a03139
|
servers: reduce STM transactions (#1287)
* servers: reduce STM transactions
* switch stats and pending ENDs to IORef
* more IORef, split pending ENDs to use in one thread
|
2024-08-29 13:18:12 +01:00 |
|
Evgeny
|
7762b4d364
|
reduce the number of STM transactions (#1255)
* reduce the number of STM transactions
* reduce STM more
* refactor
* remove more
|
2024-08-09 16:38:46 +01:00 |
|
Alexander Bondarenko
|
6bffcc8503
|
compatibility with GHC 8.10.7 (#906)
* build with ghc-8.10
* add 8.10 to matrix
* cleanup
* stats
* remove getField
* agent
* server
* remote
* space
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
|
2023-11-29 12:53:06 +00:00 |
|
Moritz Angermann
|
002f36dde0
|
5.4.0.0: use ghc 9.6.2 (#791)
* Add 9.6 compat
* compile with GHC9.6.2: dependencies, imports, code
* refactor typeclasses
* refactor record dot
* update cabal version
* update github actions
* update direct-sqlcipher
* 5.4.0.0
* update cabal.project
---------
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
|
2023-08-24 20:22:02 +01:00 |
|
Evgeny Poberezkin
|
1f12697279
|
strict writes to STM, remove type class (#600)
|
2023-01-12 14:59:46 +00:00 |
|
Evgeny Poberezkin
|
b76ef03dbe
|
ntf: server stats (#487)
* nts: server stats
* ntf: collect stats, refactor
* rename property
* fixes
|
2022-08-01 08:42:23 +01:00 |
|