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
My question is: could you put out a small code example for calling the C implementation? The test sets are a really tough access point for non C literates~.
Basically, an example, say run the list of orders above but calling the C code, would really help!
The text was updated successfully, but these errors were encountered:
Sorry for the slow reply! Yes, indeed this has been requested a couple of times, and I started working on this. The problem is, the library still misses some functionality in order to be used the way you suggest in your example.
For example, I do not supply hashmaps to key limits and order_ids, and I have no struct (nor an interface for) an actual book.
However, I've started adding these bits, and will continue working on them. Once that is done, and I can give an example that does not involve programming several dozen lines of code for a simple example like yours, I will add this to the readme.
Dear nlsdfnbch,
Thanks for your work on this library.
I had a quick question. The following sequence of orders leads to a raise
NotImplementedError
:This has been discussed here.
My question is: could you put out a small code example for calling the C implementation? The test sets are a really tough access point for non C literates~.
Basically, an example, say run the list of orders above but calling the C code, would really help!
The text was updated successfully, but these errors were encountered: