Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateHighQueue ¶
func CreateHighQueue() *queue.RingBuffer
CreateHighQueue which can hold up to 1024 value use this when you want to store high capacity of values
func CreateLowQueue ¶
func CreateLowQueue() *queue.RingBuffer
CreateLowQueue which can hold up to 64 value used when you only want to use low-intensive computation
func CreateMedQueue ¶
func CreateMedQueue() *queue.RingBuffer
CreateMedQueue which can hold up to 256 value this usually be used when you computation grow higher
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.