riptide_cpp
riptide_cpp copied to clipboard
Multihreaded 64 bit c++ files for processing numba arrays
The `UtilMappedViewWriteBegin()` and `UtilMappedViewReadBegin()` functions have incomplete (and undefined) code that attempts to use the mappingName in the `CreateFileMapping()` call. This should be implemented properly so that permissions problems can...
There are a number of places where the code makes use of volatile variables, where it should be using variants of atomic ones (the comments even indicate that they should...
A user reported that fetching elements from an array using a fancy index was returning incorrect results; after digging into it a bit, I found they had a 2D array...
A user who had an issue with filesystem corruption mentioned that calling ``rt.load_sds(...)`` on a corrupted file succeeded but returned uninitialized/garbage data. The user is running riptide_cpp / riptable on...
some routines in python cannot handle strided arrays, instead of checking this with python code, the 'C' should make the check and copy the array to remove the strides if...
With the help of chat GPT PRo, I’ve been experimenting with building and using `riptable` / `riptide_cpp` on **macOS (Intel)**. I’m sharing these results because the C++ core actually compiles...