Add super fast low level access API
Brought to you by:
voytechs
Enhance the API for super fast low level iterator. Provide API that will allow each user to scan the underlying byte buffer locally within a loop without having to invoke method calls.
Design FastIterator API to allow access to some low level objects and structures that by pass higher level API that slows down processing. This fast API should allow maximum performance.