MacRsh 2d234791cc feat(<scope>): The synchronization operation of async is disabled by default.
1.The synchronization operation of async is essentially a trick, so it is not enabled by default。
2.Optimize the inter-lock operation. For instance, before operating on a linked list, it is necessary to first determine whether the linked list is in use (during active operation, the probability of not using it is too low, resulting in invalid judgments and prolonging the lock time).
2025-07-06 23:02:21 +08:00
2025-06-05 22:49:26 +08:00
Description
No description provided
Apache-2.0 4.6 MiB
Languages
C 96.3%
Python 3.7%