Mathew Heard
Mathew Heard
Also of relevance this bug in zigbee4java also occurs in ZS and is the reason we noted this failure. https://github.com/tlaukkan/zigbee4java/issues/23
This change with Z-Stack 3.0 is probably due to Security being made mandatory in Z-Stack 3.0.
Alright I re-tested and fixed the example code (and benchmark). It's what I get for doing a quick fix to the posted code, I made it worse. I'm certain this...
On a related note this has been attempted by @katlogic in his LuaJIT fork before. I don't believe he got it stable in the end however. https://github.com/katlogic/ljx/blob/14f276b34cc7afc4d221ca6d638730a254d53dc7/src/lj_func.c
@agentzh is the guy to talk to re; Openresty. I just thought you might have done some research into it and might have an opinion regarding if interop with existing...
This, Trow looks quite awesome but it badly needs a GC before it is usable in most applications. This should include: - Blob GC (removal of non-referenced blobs) - Tag...
In our case the slowness that we experienced was largely due to low parallelisation on large dense (high event/s) chunks. While large chunks are necessary for good fetching performance they...
I havent seen it. And I've used this module under multiple organisations. Not sure how how resolver failures are handled however, likely similarly to in nginx when resolving dynamically.
Technically a duplicate of https://github.com/Snapchat/KeyDB/issues/739 but there is more discussion here. I don't use flash storage and yet have this very issue. @keithchew can you please share your patch?
@keithchew I couldnt find that line in db.cpp, it appears that you mean snapshot.cpp? But that can't be right either, that code path is called on many others (such as...