sidorares / sidorares/node-mysql2

benchmark TextEncoder vs iconv

Open
#627 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

performance
Dominant language
TypeScript
Stars
4.4k
Forks
680
Avg merge
9h 7m
Merged PRs (30d)
59

Description

node 8.3 now ships with experimental TextEncoder/TextDecoder - https://nodejs.org/dist/latest-v8.x/docs/api/util.html#util_class_util_textdecoder

If perf is considerably better than node-iconv we could feature detect it and use instead of node-iconv when available

/cc @sushantdhiman

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by benchmarking Node.js TextEncoder/TextDecoder against node-iconv, using the Node 8.3 API documentation linked in the issue as the compatibility reference. Done means recording whether performance is considerably better and, if so, implementing feature detection so the faster option can be used when available.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, typescript
Domain
database, performance
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.