We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8828a commit 09d2472Copy full SHA for 09d2472
release-notes/CREDITS-2.x
@@ -430,3 +430,5 @@ Guillaume Lecroc (@gulecroc)
430
Antonin Janec (@xtonic)
431
* Contributed #1203: Faster division by 1000
432
(2.17.0)
433
+ * Contributed #1217: Optimize char comparison using bitwise OR
434
+ (2.17.0)
release-notes/VERSION-2.x
@@ -43,6 +43,8 @@ a pure JSON library.
43
#1205: JsonFactory.setStreamReadConstraints(StreamReadConstraints) fails to
44
update "maxNameLength" for symbol tables
45
(reported by @denizk)
46
+#1217: Optimize char comparison using bitwise OR
47
+ (contributed by @xtonik)
48
49
2.16.2 (not yet released)
50
0 commit comments