-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
--- | ||
title: benchamark | ||
title: benchmark | ||
--- | ||
|
||
import { BenchmarkBarChart } from './benchmark-bar-chart.tsx'; | ||
|
||
import BenchmarkBarChart from './benchmark-bar-chart.tsx'; | ||
|
||
# ⚡ Fast Korean Text Processing Library | ||
|
||
|
||
es-hangul boasts **top-notch performance**, efficiently handling complex tasks such as Korean character composition and decomposition with incredible speed. | ||
Benchmark tests against other libraries have shown that es-hangul delivers **overwhelmingly superior performance**. | ||
|
||
<br /> | ||
<br /> | ||
|
||
<BenchmarkBarChart locale='en'/> | ||
<BenchmarkBarChart locale="en" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters