Skip to content

arjan/poke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poke — Memory management in a NIF.

⚠️ Use at your own risk.

Usage:

{:ok, r} = Poke.new("tonći")
"tonći" = Poke.fetch(r)
:ok = Poke.poke(r, 0, ?T)
"Tonći" = Poke.fetch(r)

About

Shared memory in a NIF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published