package
1.4.3
Repository: https://github.com/ldsec/unlynx.git
Documentation: pkg.go.dev

# Functions

ConvertDataToMap a converts an array of integers to a map of id -> integer.
ConvertMapToData converts the map into a slice of int64 (to ease out printing and aggregation).
Int64ArrayToString transforms an integer array into a string.
ReadFromGobFile reads data from gob file to the object.
SendISMOthers sends a message to all other services.
StringToInt64Array transforms a string ("1 0 1 0") to an integer array.
UnsafeCastBytesToInts casts a slice of bytes to a slice of ints.
UnsafeCastIntsToBytes casts a slice of ints to a slice of bytes.
WriteToGobFile stores object (e.g.