Skip to content

Commit b192609

Browse files
naschemeeendebakpt
andauthored
Update InternalDocs/qsbr.md
Co-authored-by: Pieter Eendebak <[email protected]>
1 parent def9494 commit b192609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InternalDocs/qsbr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ consumption.
1010

1111
Safe memory reclamation (SMR) schemes address this by delaying the free
1212
operation until all concurrent read accesses are guaranteed to have completed.
13-
Quiescent-State Based Reclamation (QSBR) is an SMR scheme used in Python's
13+
Quiescent-State Based Reclamation (QSBR) is a SMR scheme used in Python's
1414
free-threaded build to manage the lifecycle of shared memory.
1515

1616
QSBR requires threads to periodically report that they are in a quiescent

0 commit comments

Comments
 (0)