From af86ce164b0b1b256d730f51ca6ca712610e7aa5 Mon Sep 17 00:00:00 2001 From: Jeongho Nam Date: Sat, 21 Dec 2019 21:40:54 +0900 Subject: [PATCH] Add TSTL & TGrid --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c7f951..50934a4 100644 --- a/README.md +++ b/README.md @@ -2535,3 +2535,5 @@ A curated list of awesome JavaScript frameworks, libraries and software. * [bestiejs/benchmark.js](https://github.com/bestiejs/benchmark.js) - A benchmarking library. As used on jsPerf.com. * [xoxco/jQuery-Tags-Input](https://github.com/xoxco/jQuery-Tags-Input) - Magically convert a simple text input into a cool tag list with this jQuery plugin. * [scripted-editor/scripted](https://github.com/scripted-editor/scripted) - The Scripted code editor +* [samchon/tstl](https://github.com/samchon/tstl) - Implementation of C++ STL (Standard Template Library) in the TypeScript +* [samchon/tgrid](https://github.com/samchon/tgrid) - TypeScript Grid Computing Framework using Remote Function Call