Threads for capotej

    1. 3

      Would love to get added under the Infrastructure category!

      We’re a bootstrapped SaaS startup: packagecloud.io trying to be the best and easiest to use package repository for a variety of languages and platforms, such as Redhat/Debian, Rubygems, Java/Scala/Clojure, and Python. We have a Unified API across all of your packages and repositories, with libraries available for most languages.

      Thanks in advance!

      1. 2

        this is really, really neat!

        1. 1

          This is an awesome post detailing something I’ve always wondered about but never dug into.

          1. 1

            The TSC based gettimeofday optimization seems very interesting. Also surprised they used mnesia for persistence.

            1. 3

              Writing a simple (read: shitty) malloc/free implementation is a great way to learn about memory management/pointers in C

              1. 1

                It would be cool to replace the Lua allocator with the simple one and run the benchmarks game on it, comparing it to the built in allocator.