Simple Gaborator cgo bridge
Go to file
2023-10-15 16:48:51 +02:00
sample Add small channel buffer 2022-01-29 21:58:56 +01:00
.drone.yml Update to go 1.21, use callbacks instead of channel output 2023-10-15 16:24:06 +02:00
.gitignore Working library 2022-01-23 21:04:09 +01:00
go.mod Update to go 1.21, use callbacks instead of channel output 2023-10-15 16:24:06 +02:00
go.sum Use slices.Clone instead of copy() 2022-12-12 18:36:59 +01:00
goborator.go Use unsafe.SliceData instead of raw pointers 2023-10-15 16:48:51 +02:00
goborator_test.go Update to go 1.21, use callbacks instead of channel output 2023-10-15 16:24:06 +02:00
LICENSE Update to go 1.21, use callbacks instead of channel output 2023-10-15 16:24:06 +02:00
README.md Faster test, add Drone CI 2022-07-13 20:33:40 +02:00

Goborator

Simple Gaborator cgo implementation.

Requires c-gaborator installed.

git clone --recursive --depth 1 https://git.gammaspectra.live/S.O.N.G/c-gaborator.git
cd c-gaborator && mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE="-march=native" -DCMAKE_C_FLAGS_RELEASE="-march=native" \
-DCMAKE_INSTALL_PREFIX="/usr"
make
sudo make install