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
-33Lines changed: 0 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,6 @@ Features:
8
8
- flexible interface can process arbitrary JSON schemas
9
9
- O(1) algorithms to query whether keys exist
10
10
11
-
> **if using bb backend, megaplonk (`bb prove_mega_honk`) will give best performance as json-parser uses a megaplonk-friendly hash function Poseidon2**
12
-
> (see [bb documentation](https://github.com/AztecProtocol/aztec-packages/blob/master/barretenberg/cpp/src/barretenberg/bb/readme.md#installation) for install/upgrade details)
13
-
14
11
## Noir version compatibility
15
12
16
13
This library is tested with all Noir stable releases from v0.37.0.
@@ -103,36 +100,6 @@ In addition, numbers with decimal points currently are not supported, as well as
103
100
104
101
For numbers larger than 64 bits, the method `get_value` will work, which will return the ascii raw bytes of the value.
105
102
106
-
# Cost
107
-
108
-
How much does this thing cost to use? Details below:
109
-
110
-
There is an up-front processing cost, as well as a per-query cost.
111
-
112
-
| json type | cost to parse (in megaplonk gates) |
0 commit comments