piker/piker
Tyler Goodlet 9fcb1d3501 Add our own `FastAppendCurve.clear()`, try mem reso
In an effort to try and make `QPainterPath.reserve()` work, add internal
logic to use the same object without de-allocating memory from
a previous path write/creation.

Note this required the addition of a `._redraw` flag (to be used in
`.clear()` and a small patch to `pyqtgraph.functions.arrayToQPath` to
allow passing in an existing path (thus reusing the same underlying mem
alloc) which will likely be first pushed to our fork.
2022-03-23 12:32:55 -04:00
..
brokers Attempt to better handle history throttles using flag 2022-03-22 13:14:22 -04:00
clearing Make a derivs intrustment type table for alloc config checks 2022-03-21 15:25:45 -04:00
cli Make `pikerd` work again without `--tsdb` flag 2022-03-11 19:50:58 -05:00
data Ensure we lower case the fqsn received from all backends before delivery 2022-03-19 14:26:28 -04:00
fsp Expect fqsns through fsp machinery 2022-03-18 15:04:15 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Add our own `FastAppendCurve.clear()`, try mem reso 2022-03-23 12:32:55 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Drop dependence on `msgpack` and `msgpack_numpy` 2022-02-28 08:15:18 -05:00
_cacheables.py Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05:00
_daemon.py Use service cancel method for graceful teardown 2022-03-16 09:54:52 -04:00
_profile.py Add comment on how to enable `pyqtgraph` profiling 2022-03-11 16:24:15 -05:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Drop import, it's got madness with and SIGINT? 2022-03-11 19:50:58 -05:00
log.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00