Skip to content

Commit 0bb327f

Browse files
committed
update README.md
1 parent 7fbe574 commit 0bb327f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ By default, `adblock-rust` ships with a built-in domain resolution implementatio
5252
`adblock-rust` uses uBlock Origin-compatible resources for scriptlet injection and redirect rules.
5353
The `resource-assembler` feature allows `adblock-rust` to parse these resources directly from the file formats used by the uBlock Origin repository.
5454

55-
#### Thread safety (`unsync-regex-caching`)
55+
#### Thread safety (`single-thread`)
5656

57-
The `unsync-regex-caching` feature enables optimizations for rule matching speed and the amount of memory used by the engine.
57+
The `single-thread` feature enables optimizations for rule matching speed and the amount of memory used by the engine.
5858
This feature can be disabled to make the engine `Send + Sync`, although it is recommended to only access the engine on a single thread to maintain optimal performance.

0 commit comments

Comments
 (0)