1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

changelog, prettier

This commit is contained in:
schaeff 2023-02-22 21:35:21 +01:00
parent 30801c86fa
commit c01cc25c51
2 changed files with 13 additions and 13 deletions

View file

@ -0,0 +1 @@
Reduce memory usage and runtime by refactoring the reducer (ssa, propagation, unrolling and inlining)

View file

@ -1,16 +1,15 @@
{
"max_constraint_count": 1,
"tests": [
{
"input": {
"values": ["0"]
},
"output": {
"Ok": {
"value": "4"
}
"max_constraint_count": 1,
"tests": [
{
"input": {
"values": ["0"]
},
"output": {
"Ok": {
"value": "4"
}
}
]
}
}
]
}