gotosocial/vendor/codeberg.org/gruf/go-bitutil
kim acc95923da
[performance] processing media and scheduled jobs improvements (#1482)
* replace media workers with just runners.WorkerPool, move to state structure, use go-sched for global task scheduling

* improved code comment

* fix worker tryUntil function, update go-runners/go-sched

* make preprocess functions package public, use these where possible to stop doubled up processing

* remove separate emoji worker pool

* limit calls to time.Now() during media preprocessing

* use Processor{} to manage singular runtime of processing media

* ensure workers get started when media manager is used

* improved error setting in processing media, fix media test

* port changes from processingmedia to processing emoji

* finish code commenting

* finish code commenting and comment-out client API + federator worker pools until concurrency worker pools replaced

* linterrrrrrrrrrrrrrrr

---------

Signed-off-by: kim <grufwub@gmail.com>
2023-02-13 18:40:48 +00:00
..
abs.go [performance] processing media and scheduled jobs improvements (#1482) 2023-02-13 18:40:48 +00:00
flag.go [performance] processing media and scheduled jobs improvements (#1482) 2023-02-13 18:40:48 +00:00
flag.tpl [performance] processing media and scheduled jobs improvements (#1482) 2023-02-13 18:40:48 +00:00
flag_test.tpl [bugfix] Fix remote media pruning failing if media already gone (#548) 2022-05-08 18:49:45 +01:00
LICENSE [bugfix] Fix remote media pruning failing if media already gone (#548) 2022-05-08 18:49:45 +01:00
pack.go [bugfix] Fix remote media pruning failing if media already gone (#548) 2022-05-08 18:49:45 +01:00
README.md [bugfix] Fix remote media pruning failing if media already gone (#548) 2022-05-08 18:49:45 +01:00
test.tpl [bugfix] Fix remote media pruning failing if media already gone (#548) 2022-05-08 18:49:45 +01:00

go-bitutil

This library provides helpful methods and types for performing typical bitwise operations on integers, e.g. packing/unpacking, bit flags.