Stars
7
stars
written in Go
Clear filter
A BPMN engine, meant to be embedded in Go applications with minimal hurdles, and a pleasant developer experience using it. This approach can increase transparency for non-developers.
scalable concurrent high performance big Go data type without engaging GC
syncpool is a generic wrapper on sync.pool that its purpose is to cache allocated but unused items for later reuse, relieving pressure on the garbage collector
Marshaltap is a tiny tap that can improve performance of marshallers effectively by reduction of memory allocations
JointMap joins two arbitrary generic maps without taking any extra memory. its Very useful when maps are really big.