Look into usage of Atomic package #9

Closed
opened 2025-01-25 18:46:13 +01:00 by sacha · 1 comment
Owner

solver.counter is not accurate and usually lags 6-10% behind the actual completion. I think I've hit the limits of either Go, Interfaces, or something else. The sync/atomic package may be my way out of this.

`solver.counter` is not accurate and usually lags 6-10% behind the actual completion. I think I've hit the limits of either Go, Interfaces, or something else. [The sync/atomic package](https://pkg.go.dev/sync/atomic) may be my way out of this.
Author
Owner

This is working miracles.

This is working miracles.
sacha closed this issue 2025-01-25 19:26:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: golang/sudoku-funpark#9
No description provided.