I hereby claim:
- I am rulyotano on github.
- I am rulyotano (https://keybase.io/rulyotano) on keybase.
- I have a public key ASBUSFKdzyMx6dSyUpN4rsFdzj7ybKCFhqJZ9i_AoQh9NQo
To claim this, I am signing this object:
| using System.Net; | |
| using System.Text; | |
| using org.apache.zookeeper; | |
| using SequenceNode.Application; | |
| using SequenceNode.Infrastructure.Zoo; | |
| namespace SequenceNode; | |
| public class ZookeeperDistributedConfiguration : IDistributedConfiguration | |
| { |
| Latency Comparison Numbers (~2012) | |
| ---------------------------------- | |
| 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 3 us | |
| Send 1K bytes over 1 Gbps network 10,000 ns 10 us | |
| Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD |
| import React from 'react'; | |
| import Document, { Html, Head, Main, NextScript } from 'next/document'; | |
| import { ServerStyleSheets } from '@material-ui/core/styles'; | |
| import theme from '../src/theme'; | |
| export default class MyDocument extends Document { | |
| render() { | |
| return ( | |
| <Html lang="en"> | |
| <Head> |
I hereby claim:
To claim this, I am signing this object:
| import ast | |
| from cStringIO import StringIO | |
| import sys | |
| INFSTR = '1e308' | |
| def interleave(inter, f, seq): | |
| seq = iter(seq) | |
| try: | |
| f(next(seq)) |