csp icon indicating copy to clipboard operation
csp copied to clipboard

csp is a high performance reactive stream processing library, written in C++ and Python

Results 114 csp issues
Sort by recently updated
recently updated
newest added

Discovered during the hackathon, the current `CSV` adapter is not great. It was difficult to map multiple columns as datetimes, it basically presupposes a "symbol column", and it doesnt allow...

type: enhancement
good first issue
adapter: general

Large notebooks, for example, can increase the size of our repo substantially, so we should do something with these. Separately, some of the larger notebook examples might do better in...

part: documentation
type: enhancement

# 1. Adapters + Impls where the Impl is tiny: https://github.com/Point72/csp/blob/234f94cfd9924ca479485b97d56f7cc91141f3d2/examples/04_writing_adapters/e2_pullinput.py#L19 ```python MyPullAdapter = py_pull_adapter_def("MyPullAdapter", MyPullAdapterImpl, ts[int], interval=timedelta, num_ticks=int) ``` One would expect we could do this via type annotations...

type: enhancement
adapter: general

**Describe the bug** When you create a graph as part of a `CspPerspectiveTable` it does not memoize nodes. **To Reproduce** Minimal repro ```python import csp from datetime import datetime, timedelta...

type: bug
adapter: perspective

https://github.com/conda-forge/csp-feedstock/pull/38 Should wait for https://github.com/conda-forge/pytorch-cpu-feedstock/pull/265

part: dependencies
lang: c++
adapter: general

While [this PR](https://github.com/Point72/csp/pull/365) is being worked on, we should change the visibility flag to default. Ref: #365

type: bug
lang: c++
part: build

Hi I'm Davis! I work at @ProspectiveCo, we maintain Perspective. We have been working alongside some people at Cubist (@ptomecek) and we are interested in upgrading CSP to use the...

xref: https://github.com/Point72/csp/issues/363

type: bug
type: enhancement
lang: c++
part: build