Skip to content

Instantly share code, notes, and snippets.

View nyarla's full-sized avatar
🐱

OKAMURA Naoki aka nyarla / kalaclista nyarla

🐱
View GitHub Profile
@nyarla
nyarla / tinysegmenter.optimized.js
Created February 8, 2017 00:44
A reverse porting to Modern Javascript from optimized implementation of TinySegmenter written by Julia-lang.
/* TinySegmenter.optmized.js
* =========================
*
* * A reverse porting to Modern Javascript from optimized implementation of TinySegmenter written by Julia-lang.
*
* LICENSE
* =======
* (c) 2008 Taku Kudo <taku@chasen.org>
* (c) 2015 Michiaki Ariga a.k.a chezou <chezou@gmail.com>
* (c) 2017 Naoki OKAMURA a.k.a nyarla <nyarla@thotep.net>