Netflix / libamicontained

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libamicontained

A library for reasoning about the current process' resource constraints.

Mostly this is a straw man repo for code that may eventually live in libresource, to be discussed at FOSDEM.

Design goals

libamicontained (or something like it) should be: small, fast, correct. To enforce correctness, we have chosen rust. We have deliberately not added any dependencies to keep it small (although the .a file is currently quite large, and that needs to be fixed), and hopefully it is fast.

Contributing

Please sign all commits must include a Signed-off-by: line in their description. This indicates that you certify the following statement, known as the Developer Certificate of Origin). You can automatically add this line to your commits by using git commit -s --amend.

About

License:Apache License 2.0


Languages

Language:Rust 57.0%Language:Shell 21.3%Language:C 12.1%Language:Makefile 9.5%