jkndrkn (John David Eriksen)

Name
John David Eriksen
Email
Website/Blog
http://www.jkndrkn.com
Location
Gainesville, FL
Member Since
Jun 04, 2009 (5 months)

Public Repositories (5)

  • erlang-toy

    Collection of toy Erlang programs written to better understand the language.

    legend

    Last updated Tue Sep 29 19:05:56 -0700 2009

  • mips-lisp

    Assembler and instruction set simulator for a very small subset of the MIPS language. Written in ...

    legend

    Last updated Sat Jun 06 12:09:09 -0700 2009

  • max-msp

    Collection of small Max/MSP patches.

    legend

    Last updated Sat Jun 06 11:59:41 -0700 2009

  • ai-lisp

    Collection of solutions to academic AI problems written in Lisp.

    legend

    Last updated Sat Jun 06 11:46:15 -0700 2009

  • erlang-mpi

    Collection of benchmarks comparing the performance of the C MPI implementation to Erlang running ...

    legend

    Last updated Sat Jun 06 11:10:09 -0700 2009

Public Activity feed

jkndrkn pushed to master at jkndrkn/erlang-toy Tue Sep 29 19:05:56 -0700 2009
HEAD is 044f0001d62ce664c3a933175c1f9bb2ee9daed0
  • jde committed 044f0001:
    Improving efficiency of array initialization code.
jkndrkn pushed to master at jkndrkn/erlang-toy Tue Sep 29 18:58:41 -0700 2009
HEAD is e168470f2aad1af006208be4afb9d34749537e70
  • jde committed e168470f:
    Simplified list of benchmarks. Added a sequential array access benchmark that accumulates its result in a list. Added a sequential array access benchmark that utilizes array:map/3. Added list and array benchmarks that operate on single vectors using list comprehensions and array:map, respectively. Improved output formatting.