You are here:
Publication details
Text Processing Performance in Go Language
Authors | |
---|---|
Year of publication | 2014 |
Type | Article in Proceedings |
Conference | Proceedings of the 17 th International Conference on Information Technologyfor Practice 2014 |
MU Faculty or unit | |
Citation | |
Field | Informatics |
Keywords | Go language; string matching; Horspool algorithm;Boyer-Moor algorithm;Knuth-Morris-Pratt algorithm;concurrent programming |
Description | Go programming language, introduced by Google represents a new promising platform for distributed enterprise computing. Reader will become familiar with some basics of Go programming language - syntax,declare of variables, arrays and slices, concurrent programming. Then, time complexity of string matching algorithms under different conditions in Go will be examined and evaluated. |