Replies: 2 comments 2 replies
-
Tips from anyone would really be appreciated, as this is currently the bottleneck of my application. This behaviour could turn my application from O(n^2) into O(n) so it would be really awesome if some sort of z3.Store mechanism with a dynamic/z3 size could be implemented |
Beta Was this translation helpful? Give feedback.
2 replies
-
Oh wow, this really saves a lot of performance! You're a legend for developing all this :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, is there an efficient way to do bulk z3.Store() operations? For example, I may want to do 1000 store operations, but it feels really inefficient. Perhaps a
z3.StoreMany(arr: z3.ArrayRef, start: ..., value: ..., len: ...)
is an idea? like C'smemset()
Beta Was this translation helpful? Give feedback.
All reactions