Commit Graph

6 Commits

Author SHA1 Message Date
David Vennik
14f02d9129 Changed test so it actually tests encode. 2022-04-05 12:24:05 +03:00
David Vennik
faae377c54 Completed test from library version with service.
Some issues with the round robin job distribution counter... confusion about the difference between the *number* of workers versus the maximum index of the worker channel slice. Not sure if it should be written differently, trying to avoid adding a -1 in the loop as this is an unnecessary operation to do repeatedly on the worker count, so it's done when it's initialised.
2022-03-31 19:06:54 +03:00
David Vennik
b213dca5f0 Removed extraneous log prints. 2022-03-30 09:54:35 +03:00
David Vennik
35fdf379a4 Passing basic output equals input test. 2022-03-30 09:04:36 +03:00
David Vennik
fd86bcd818 Test passes but not correctly slicing result. 2022-03-30 06:27:11 +03:00
David Vennik
3a2b493f0e Implement send and processing of worker pool. 2022-03-29 15:42:46 +03:00