Sergei Lebedev
Sergei Lebedev
This is a valid point. Anyway, I can sketch the view-based version of `datrie` in a separate branch and then we'll see if there's any benefit.
Hi Eric, you must specify a `struct` [format](https://docs.python.org/2/library/struct.html#format-characters) to use `RecordDAWG`. Something like `"=i1s"` should work for your data.
@pacahon I think you should submit a separate patch to [twlg/libdatrie](https://github.com/tlwg/libdatrie) with the new API call for trie size.
We now test and build `datrie` on Windows, both 32-bit and 64-bit. Could anyone please check the 0.7.1 release and confirm that the IDLE crashes don't happen?
On an unrelated note, maybe we should unify bindings to all of the string data structures under a separate org?
@damianavila I've managed to get it working in RISE, see superbobry/RISE@d3ae7488dcb5b8f224b28a1575dfd6f8ac4f997e.
Hm, I don't see a way of implementing this without introducing schema declarations (which we are trying to avoid) -- can you provide an example?
Nope, I'm thinking of loading json blobs into `minimongo` models -- sounds handy for testing or bootstrapping.
Draft implementation: superbobry/minimongo@ef36b24515cb3a37f4cb
Personally, I'm not happy with the way `configure()` is implemented at the moment -- I'll take a look at Flask and see if we can borrow some of the ideas...