benfalk

Total Owned Packages
3

Total Downloads
420 679

  • data_pool1.0.2

    2 624 Downloads

    Utility to buffer items into a queue that follow a simple block pattern on calls to push and pop when the queue at a max size or empty.

  • e_queue1.0.1

    2 753 Downloads

    An Elixir wrapper around the Erlang optimized `queue` that supports the FIFO, first-in first-out, pattern. This is useful is when you can't predict when an item needs to be taken or added to the queue. Use this instead of using `++` or double reversing lists to add items to the "back" of a queue.

  • word_smith0.2.0

    415 302 Downloads

    General text utility library to help with string manipulation not found in the standard Elixir library.

Benjamin Falk