cgoparam

Fast, thread-safe arena allocators (by CannibalVox)

Cgoparam Alternatives

Similar projects and alternatives to cgoparam

  • go

    The Go programming language

  • gocv

    Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, and OpenCV Contrib.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cgoparam alternative or higher similarity.

cgoparam reviews and mentions

Posts with mentions or reviews of cgoparam. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-23.
  • Docs for the Go 1.20 experimental feature: arenas
    2 projects | /r/golang | 23 Dec 2022
    I don't think it's out of the question- this experiment is very focused on the questions and concerns that were raised in the proposal, about how to handle arena memory and the concept of safety around it. If arenas settle on an MO that everyone feels comfortable with, there's a lot of possibilities for use cases to expand. That said, cgo arenas are already available via a library (self plug :]) - https://github.com/cannibalvox/cgoparam
  • Is the opencv4 binding more efficient than python?
    3 projects | /r/golang | 2 Apr 2022
    Serialization overhead. Python has serialization overhead that is rather substantial, in my understanding, and seems(?) to have a cost per-field or per-byte. Large data marshalling can be legitimately slow in python. By contrast, go has per-pointer serialization overhead. You can preallocate a scratch space in C and send pointers out of that and bring the serialization cost down to nearly zero. I do something similar with https://github.com/cannibalvox/cgoparam although it's intended for relatively small amounts of data, it could be a good starting point for something else.
  • proposal: arena: new package providing memory arenas
    2 projects | /r/golang | 22 Feb 2022
    So arenas are not intended to be thread-safe because they are not intended to last beyond the function where they are created. I have a cgo library that does memory arenas and I make it "thread safe" by putting the arenas themselves into a sync pool (so I can reuse memory pages) - https://github.com/cannibalvox/cgoparam
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 26 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic cgoparam repo stats
3
15
2.0
about 1 year ago

CannibalVox/cgoparam is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of cgoparam is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com