Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FrequencySync ¶
FrequencySync counts the frequency of each rune in a given text and updates a sync map
Types ¶
type FreqMap ¶
FreqMap records the frequency of each rune in a given text.
func ConcurrentFrequency ¶
func ConcurrentFrequency(list []string) FreqMap
ConcurrentFrequency function counts the frequency of each rune in a given text list and returns a FreqMap
Click to show internal directories.
Click to hide internal directories.