essence v0.1.0 Essence.Benchmark

This module contains a collection of methods that assist in benchmarking and performance optimizing the Essence package.

Summary

Functions

Reading a plain text file from the given filename path and tokenizing the text. Alternative A

Reading a plain text file from the given filename path and tokenizing the text. Alternative B

Functions

from_plaintext_file_a(filename)

Reading a plain text file from the given filename path and tokenizing the text. Alternative A.

from_plaintext_file_b(filename)

Reading a plain text file from the given filename path and tokenizing the text. Alternative B.