I profile a tensorrt plan using nsight sys. The result shows that the time between consecutive calls of executionContext.enqueue() is highly higher than the execution time for executionContext.enqueue ...
gocraft/work lets you enqueue and processes background jobs in Go. Jobs are durable and backed by Redis. Very similar to Sidekiq for Go. To enqueue jobs, you need to make an Enqueuer with a redis ...