Adrian-Ryan Acala
Adrian-Ryan Acala
Here's some optimizations of for tictactoe. I had 12 threads on my CPU so I had 12 workers, but otherwise I tested it multiple times and provided great results. CC:...
Fix ReAwaitable to support concurrent await calls This PR adds thread-safe caching with asyncio.Lock to prevent race conditions when multiple tasks await the same ReAwaitable instance concurrently. The implementation maintains...
- Added a bugfix entry in CHANGELOG for `curry.partial` compatibility with mypy 1.6.1+. - Modified `inference.py` to use a local variable for argument inference context. - Added mypy configuration file...
- Implemented the __replace__ method in BaseContainer to allow for the creation of new container instances with modified internal values, in line with the copy.replace() function introduced in Python 3.13....
- Update getIds function to handle both manual and smart lists when filtering by list name - Smart lists are resolved by evaluating their stored query recursively - Add cycle...