Skip to content

axelson/iolist_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOListTest

Quick experiment to look into splitting of iodata as a list-based operation instead of using binary splitting and concatenation. Provides a function that takes an iodata and a length, and returns an iodata consisting of the first length bytes of the input, along with the remainder (both as iodata).

As written this is currently much slower than binary splits & concatenations, I believe because the latter is written in C (but also maybe because my implementation isn't very good. It's just an afternoon lark at this point).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%