Skip to content

AR Library to handle generic data buffers as an alternative to using string operations

License

Notifications You must be signed in to change notification settings

loupeteam/DataBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

Library is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042

Description

DataBuffer is useful for managing a bunch of data that needs to be appended. It allows data to be appended without recalculating current length each time.

Use Cases

-Concatentating several strings efficiently

-Concatentating data that is not a String

For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/databuffer.html

Installation

To install using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run lpm install databuffer. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html

Licensing

This project is licensed under the MIT License.

About

AR Library to handle generic data buffers as an alternative to using string operations

Topics

Resources

License

Stars

Watchers

Forks