Any other languages or suggestions? Comment below.
Clojure:
C++:
Elixir
| Latency Comparison Numbers | |
| -------------------------- | |
| L1 cache reference 0.5 ns | |
| Branch mispredict 5 ns | |
| L2 cache reference 7 ns 14x L1 cache | |
| Mutex lock/unlock 25 ns | |
| Main memory reference 100 ns 20x L2 cache, 200x L1 cache | |
| Compress 1K bytes with Zippy 3,000 ns | |
| Send 1K bytes over 1 Gbps network 10,000 ns 0.01 ms | |
| Read 4K randomly from SSD* 150,000 ns 0.15 ms |
Any other languages or suggestions? Comment below.
Clojure:
C++:
Elixir
| # -*- coding: utf-8 -*- | |
| """ | |
| This script requires the following Packages | |
| 1: Twitter: https://pypi.python.org/pypi/twitter | |
| 2: PyQuery: https://pypi.python.org/pypi/pyquery | |
| 3: Jinja2: https://pypi.python.org/pypi/Jinja2 | |
| It's fairly primitive but works. It uses a Jinja2 template to create an OPML | |
| file from the RSS feeds of the websites run by the people you follow on |
| # This file is licensed under the terms of the MIT license https://opensource.org/license/mit | |
| # Copyright (c) 2021-2025 Marat Reymers | |
| ## Golden config for golangci-lint v2.1.6 | |
| # | |
| # This is the best config for golangci-lint based on my experience and opinion. | |
| # It is very strict, but not extremely strict. | |
| # Feel free to adapt it to suit your needs. | |
| # If this config helps you, please consider keeping a link to this file (see the next comment). |