Skip to content
/ bseq Public

An implementation of a dynamic array of Bytes in Nim

License

Notifications You must be signed in to change notification settings

archnim/bseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

bseq

An implementation of a dynamic array of Bytes in Nim

The code still needs few performance optimizations before you can use it.

If you get the exception: "Error: ambiguous call" when passing a variable of type int8, uin8, byte or char to a function, you can fix it by replacing procName(x) by procName(x.byte)

About

An implementation of a dynamic array of Bytes in Nim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages