You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ The resulting metrics could be logged as metadata alongside the JSON payload or
201
201
* Measuring the impact of the filtering, i.e. reduction in data size
202
202
* Make sure filters are actually operating as intended
203
203
204
-
### Opt-in Jackson module
204
+
### Opt-in [Jackson] module
205
205
The filters have also been implemented using [Jackson], in an opt-in module.
206
206
207
207
* filter + verify document structure in the same operation
@@ -212,7 +212,7 @@ The filters have also been implemented using [Jackson], in an opt-in module.
212
212
Configure filters from `JacksonJsonLogFilterBuilder`.
213
213
214
214
## Performance
215
-
This project trades parser/serializer features for performance, and runs multiple times faster than a "traditional" parser/writer approach (like when using Jackson).
215
+
This project trades parser/serializer features for performance, and runs multiple times faster than a "traditional" parser/serializer approach (like when using [Jackson]).
216
216
217
217
See the benchmark results ([JDK 25](https://jmh.morethan.io/?source=https://raw.githubusercontent.com/skjolber/json-log-filter/master/benchmark/jmh/results/jmh-results-5.0.0.jdk25.json&topBar=off)) and the [JMH] module for running detailed benchmarks.
0 commit comments