Timo Schroeder
Timo Schroeder
The repo is pretty big and its hard to tell whats used and whats still there for historical reasons. I propose we gather the code and reorganize the folder layout...
The current compression algorithm is optimized for integers upto 32 bit. For higher bit values or floating point the compression ration is rather poor. We should implement a shuffle filter...
Windows' mapping of the pthread library is incomplete. In particular the pthread_cancel wont cancel your thread. Trusting that it will, may cause Windows programs to deadlock e.g. with a subsequent...
I already mentioned this in our meeting some time back. We should move the device driver development outof our release branches. these atomic merge/release of unfinished device drivers has side...
like mdsplus/tdi/d3d/findshot.fun which contains: ```tdi fun public findshot(IN _tree, IN_shot) { _path_in = _path = treeshr->MaskReplace(REF(_tre ``` it was clipped atbsom point or never complete.
At W7X we use a python implementation of a FSM that currently experiences a natural generalization. I will try to push that endeavor to a point where it will be...
* store URL (=REPO+RELATIVE_PATH) and hash of commit in tree. * api to get required files from repo pure python git api e.g. https://github.com/dulwich/dulwich
Currently the implementation of async requests as done by ServerShr is as follows: - The client binds a port in a given PORT_PANGE and listens on it for a reply...
maybe not in master but this should work on both 3.8 and 3.7..
* this is an untested attempt to address issue #2576. * this is a cheap way to intercept unsupported dtypes converting them to native types. * it may be more...