Skip to content

Instantly share code, notes, and snippets.

View hqsz's full-sized avatar
πŸ”₯
Burning with passion again

Sang-Heon Jeon hqsz

πŸ”₯
Burning with passion again
View GitHub Profile
⭐ Total Stars: 2
βž• Total Commits: 1.7k
πŸ”€ Total PRs: 68
🚩 Total Issues: 36
πŸ“¦ Contributed to: 8
🌞 Morning 1 commits β–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 6.7%
πŸŒ† Daytime 4 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 26.7%
πŸŒƒ Evening 8 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 53.3%
πŸŒ™ Night 2 commits β–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 13.3%
#![feature(test)]
extern crate test;
#[cfg(test)]
mod benchs {
use crate::parser;
use std::{fs::File, io::Read};
use test::Bencher;
macro_rules! bench_source {
set nocompatible
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'vim-airline/vim-airline'