Benchmarked on 2019/07/19
by SD SkyKlouD (https://sdsk.one/ | Twitter @_SDSkyKlouD)
- CPU : Virtual CPU 714389bda930 @ 2.4GHz
- 1 Core 1 Thread
import json | |
import random | |
dic = dict() | |
file = open("test.json", mode="w") | |
i = 0 | |
while i < 5000000: | |
dic[i] = { | |
"int": 123456 + i + random.randrange(100000, 2 ** 30), |
>= 0.5% and last 2 versions and not dead, unreleased Chrome versions, unreleased Firefox versions, unreleased Edge versions, unreleased Safari versions, unreleased iOS versions |
Benchmarked on 2019/07/19
by SD SkyKlouD (https://sdsk.one/ | Twitter @_SDSkyKlouD)
Benchmarked on 2019/05/16 | |
by SD SkyKlouD (https://sdsk.one/ | @_SDSkyKlouD on Twitter) | |
================================================================= | |
| Vultr VC2 $5 | Linode Nanode $5 | | |
> Notice ----------------------------------------------------------------- | |
DL Speed Test - IPv4 only | Tokyo | Tokyo 2 | | |
| Virtual CPU 714389bda930 | AMD EPYC 7501 | <-- HOORAY! | |
> Vultr VC2 CPU | โ 2.4GHz KVM 1C1T | โ 2.0GHz KVM 1C1T | | |
Prbly Intel Xeon E5 series? | RAM 1GB | RAM 1GB | |
import RPi.GPIO as GPIO | |
from math import pow | |
# Definitions # | |
BINARY = 0b0 | |
LED_PINS = [ 18, 23, 24, 25, 12, 16, 20, 21, 4, 17, 27, 22 ] # Change this to your LED PIN numbers. Left to right. | |
LED_PINS_LEN = len(LED_PINS) | |
INCREASE_PIN = 19 # Change this to your increase button PIN | |
DECREASE_PIN = 26 # Change this to your decrease button PIN | |
# --- # |
๋ฐฃ๋ฐฃ๋ฐ๋ฐ๋ฐ๋ฑ์ฑ์ํฌ | |
์ฆ๋ป๋ฉ๋ป๋ ๋ฒ๋ฒ์ฉ๋ป | |
์์น์ณ์์์ ์ฎ์ ์จ | |
ํฌ์ฐจ์ฎ๋ฐ๋ฐง๋๋ค์ญ๋ฝ |
๋ฐข๋ฐก๋ฐ๋ฐฃ๋ฐง๋ฐ๋ค๋ฐฏ๋น ์นํ์ฃผ์ฃ | |
SDํฌ๋ฉ๋์์จ์๋ ๋ฒ๋ฒ์ฐจ๋ถ | |
๊ฝ์น์์ณ์ฟ์ํฐํผ์์จ์๋ ๋ฒ |
/* | |
* drivers/cpufreq/cpufreq_alucard.c | |
* | |
* Copyright (C) 2011 Samsung Electronics co. ltd | |
* ByungChang Cha <[email protected]> | |
* | |
* Based on ondemand governor | |
* Copyright (C) 2001 Russell King | |
* (C) 2003 Venkatesh Pallipadi <[email protected]>. | |
* Jun Nakajima <[email protected]> |
/* | |
* Maple I/O Scheduler | |
* Based on Zen and SIO. | |
* | |
* Copyright (C) 2016 Joe Maples <[email protected]> | |
* (C) 2012 Brandon Berhent <[email protected] | |
* (C) 2012 Miguel Boton <[email protected]> | |
* | |
* Maple uses a first come first serve style algorithm with seperated read/write | |
* handling to allow for read biases. By prioritizing reads, simple tasks should improve |