Giter Club home page Giter Club logo

utils's Introduction

Utilities

Codecov License: MIT

Lead Maintainer: Brian Faust

Caveats

  • The native map, filter, reduce and forEach will generally be faster when used on arrays that contain nothing but numerical values.
  • If you plan to use formatCurrency method with node.js for anything else then the en-US locale you'll have to make sure to properly setup https://github.com/unicode-org/full-icu-npm as node.js itself only ships with the en-US locale by default unless specifically build with more locales.
  • Do not use the is* methods of this package inside the Node.js VM as the results could be misleading.
  • The pluralize method does not support irregular plurals. Check blakeembrey/pluralize if you need support for those.

Installation

npm

npm install @arkecosystem/utils

yarn

yarn add @arkecosystem/utils

pnpm

pnpm add @arkecosystem/utils

Test

npm

npm run test -- --coverage

yarn

yarn test --coverage

pnpm

pnpm run test -- --coverage

Benchmark

Clone

git clone [email protected]:ArkEcosystem/utils.git

Run

npm

npm install
npm run bench

yarn

yarn install
yarn bench

pnpm

pnpm install
pnpm run bench

Security

If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

MIT ยฉ ARK Ecosystem

utils's People

Contributors

air1one avatar alexbarnsley avatar boldninja avatar dated avatar faustbrian avatar renovate[bot] avatar sebastijankuzner avatar spkjp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

utils's Issues

[2.6] Use of native BigInt in BigNumber library breaks support for several browsers

Somewhat related to ArkEcosystem/core#3423

Native BigInt (which is used in the toBigNumber() method in the @arkecosystem/utils big-number.ts library) is not yet supported in all popular browsers (e.g. Safari).

Possible Solution

Replace native BigInt with JSBI BigInt in utils: https://github.com/GoogleChromeLabs/jsbi.

The only thing it doesn't support is floats, but from what I observed that isn't supported in the current BigNumber implementation either.

Your Environment

  • Version used: 2.6.0-next.9
  • Browser Version: Safari 13

[Weekly Digest] Jan 20, 2020 - Jan 26, 2020

Here's the Weekly Digest from Mon, Jan 20, 2020 12:00 AM to Sun, Jan 26, 2020 11:59 PM for ArkEcosystem/utils.

Issues

Last week there was 1 issue. It is closed now.

Closed

@deanpress

Pull Requests

Last week, 2 pull-requests were opened, closed or merged.

Closed

Last week, 1 pull-request was closed.

@deanpress

Merged

Last week, 1 pull-request was merged.

@faustbrian

Releases

Last week there were no releases.

Contributors

Last week there was 1 contributor.

@faustbrian

Thank you for your contribution! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Jan 20, 2020 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Sep 16, 2019 - Sep 22, 2019

Here's the Weekly Digest from Mon, Sep 16, 2019 12:00 AM to Sun, Sep 22, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were 3 issues. Of these, 2 issues have been closed and 1 issues are still open.

Opened

@faustbrian

Closed

@faustbrian

Pull Requests

Last week, 3 pull-requests were opened, closed or merged.

Merged

Last week, 3 pull-requests were merged.

@faustbrian

Releases

Last week there were 5 releases.

  • at Thu, Sep 19, 2019 5:21 AM
  • at Fri, Sep 20, 2019 9:49 AM
  • at Mon, Sep 16, 2019 5:05 AM
  • at Mon, Sep 16, 2019 5:01 AM
  • at Wed, Sep 18, 2019 6:58 AM

Contributors

Last week there was 1 contributor.

@faustbrian

Thank you for your contribution! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Sep 16, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

Implement lodash alternative methods

  • assignIn (difficult to outperform or get close to)
  • at
  • camelCase
  • capitalize
  • castArray
  • chunk
  • clone
  • cloneDeep
  • findKey
  • first
  • flatten
  • get
  • groupBy
  • has
  • isArrayOfType
  • isBoolean
  • isBooleanArray
  • isConstructor
  • isEmpty
  • isEqual
  • isFunction
  • isNil
  • isNull
  • isNumberArray
  • isObject
  • isString
  • isStringArray
  • isSymbol
  • isUndefined
  • keyBy
  • keys
  • last
  • map
  • mapValues
  • max
  • maxBy
  • merge
  • min
  • minBy
  • omitBy
  • orderBy
  • partition
  • pick
  • pull
  • pullAll
  • pullAllBy
  • random
  • sample
  • shuffle
  • snakeCase
  • some
  • sortBy
  • take
  • toString
  • transform (unnecessary)
  • unionBy
  • uniq
  • uniqBy
  • unset
  • upperCase
  • upperFirst
  • zipObject

[Weekly Digest] Aug 3, 2020 - Aug 9, 2020

Here's the Weekly Digest from Mon, Aug 3, 2020 12:00 AM to Sun, Aug 9, 2020 11:59 PM for ArkEcosystem/utils.

Issues

Last week there was 1 issue. It is closed now.

Closed

@air1one

Pull Requests

Last week, 3 pull-requests were opened, closed or merged.

Merged

Last week, 3 pull-requests were merged.

@faustbrian

@sebastijankuzner

Releases

Last week there was 1 release.

  • 1.2.0 at Mon, Aug 3, 2020 2:38 PM

Contributors

Last week there were 2 contributors.

@faustbrian @sebastijankuzner

Thank you for your contributions! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Aug 3, 2020 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Sep 14, 2020 - Sep 20, 2020

Here's the Weekly Digest from Mon, Sep 14, 2020 12:00 AM to Sun, Sep 20, 2020 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, no pull-requests were opened, closed or merged.

Releases

Last week there were no releases.

Contributors

Last week there were no contributors.

Star Gazers

Last week there was 1 stargazer.

@brenopolanski

You are the star! ๐ŸŒŸ


That's all activities since Mon, Sep 14, 2020 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

Resolve base and utils suite collision in results

Sometimes when there is a very small difference it shows Result: utils is 0.00% faster than utils. which is obviously wrong. The correct output would be Result: utils is N% slower than lodash..

  Utils.take vs lodash.take (10 wallets)
    โœ“  utils x 26,144,828 ops/sec ยฑ2.21% (82 runs sampled)
    โœ“  lodash x 28,387,812 ops/sec ยฑ1.70% (82 runs sampled)

    Result: utils is 0.00% faster than utils.

[Weekly Digest] Nov 18, 2019 - Nov 24, 2019

Here's the Weekly Digest from Mon, Nov 18, 2019 12:00 AM to Sun, Nov 24, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, 1 pull-request was opened, closed or merged.

Merged

Last week, 1 pull-request was merged.

@alexbarnsley

Releases

Last week there was 1 release.

  • 1.1.7 at Wed, Nov 20, 2019 3:32 AM

Contributors

Last week there was 1 contributor.

@alexbarnsley

Thank you for your contribution! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Nov 18, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Oct 21, 2019 - Oct 27, 2019

Here's the Weekly Digest from Mon, Oct 21, 2019 12:00 AM to Sun, Oct 27, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, no pull-requests were opened, closed or merged.

Releases

Last week there were 3 releases.

  • 1.1.5 at Fri, Oct 25, 2019 9:51 AM
  • 1.1.4 at Fri, Oct 25, 2019 9:37 AM
  • 1.1.6 at Fri, Oct 25, 2019 10:13 AM

Contributors

Last week there were no contributors.

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Oct 21, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Sep 30, 2019 - Oct 6, 2019

Here's the Weekly Digest from Mon, Sep 30, 2019 12:00 AM to Sun, Oct 6, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there was 1 issue. It is still open.

Opened

@faustbrian

Pull Requests

Last week, 3 pull-requests were opened, closed or merged.

Merged

Last week, 3 pull-requests were merged.

@faustbrian

@supaiku0

Releases

Last week there was 1 release.

  • 0.8.3 at Thu, Oct 3, 2019 1:57 AM

Contributors

Last week there were 2 contributors.

@faustbrian @supaiku0

Thank you for your contributions! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Sep 30, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Jan 27, 2020 - Feb 2, 2020

Here's the Weekly Digest from Mon, Jan 27, 2020 12:00 AM to Sun, Feb 2, 2020 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, 2 pull-requests were opened, closed or merged.

Merged

Last week, 2 pull-requests were merged.

@alexbarnsley

Releases

Last week there were no releases.

Contributors

Last week there was 1 contributor.

@alexbarnsley

Thank you for your contribution! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Jan 27, 2020 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

Add more realistic benchmarks

Right now some of the benchmarks are rather generic and don't reflect our specific use-cases, especially in core.

Sorting is an example of that, while we sort by multiple properties in core the benchmarks only do very basic sorting with a single property. This obviously will be faster using the native sort as there is no extra logic involved.

[Weekly Digest] Oct 5, 2020 - Oct 11, 2020

Here's the Weekly Digest from Mon, Oct 5, 2020 12:00 AM to Sun, Oct 11, 2020 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, 1 pull-request was opened, closed or merged.

Merged

Last week, 1 pull-request was merged.

@faustbrian

Releases

Last week there were no releases.

Contributors

Last week there was 1 contributor.

@faustbrian

Thank you for your contribution! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Oct 5, 2020 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Mar 11, 2019 - Mar 17, 2019

Here's the Weekly Digest from Mon, Mar 11, 2019 12:00 AM to Sun, Mar 17, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, no pull-requests were opened, closed or merged.

Releases

Last week there were no releases.

Contributors

Last week there were no contributors.

Star Gazers

Last week there was 1 stargazer.

@ssetzer

You are the star! ๐ŸŒŸ


That's all activities since Mon, Mar 11, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Oct 7, 2019 - Oct 13, 2019

Here's the Weekly Digest from Mon, Oct 7, 2019 12:00 AM to Sun, Oct 13, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, no pull-requests were opened, closed or merged.

Releases

Last week there were 4 releases.

  • 0.8.8 at Mon, Oct 7, 2019 11:53 AM
  • 0.9.1 at Tue, Oct 8, 2019 8:12 AM
  • 1.0.0 at Thu, Oct 10, 2019 3:59 PM
  • 0.9.9 at Thu, Oct 10, 2019 2:53 PM

Contributors

Last week there were no contributors.

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Oct 7, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Sep 28, 2020 - Oct 4, 2020

Here's the Weekly Digest from Mon, Sep 28, 2020 12:00 AM to Sun, Oct 4, 2020 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, 1 pull-request was opened, closed or merged.

Merged

Last week, 1 pull-request was merged.

@faustbrian

Releases

Last week there were no releases.

Contributors

Last week there was 1 contributor.

@faustbrian

Thank you for your contribution! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Sep 28, 2020 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Sep 23, 2019 - Sep 29, 2019

Here's the Weekly Digest from Mon, Sep 23, 2019 12:00 AM to Sun, Sep 29, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were 5 issues. Of these, 1 issues have been closed and 4 issues are still open.

Opened

@faustbrian

Closed

@faustbrian

Pull Requests

Last week, 2 pull-requests were opened, closed or merged.

Merged

Last week, 2 pull-requests were merged.

@faustbrian

Releases

Last week there were 3 releases.

  • at Mon, Sep 23, 2019 6:28 AM
  • at Tue, Sep 24, 2019 6:30 AM
  • at Sun, Sep 29, 2019 4:43 AM

Contributors

Last week there was 1 contributor.

@faustbrian

Thank you for your contribution! ๐ŸŽ‰

Star Gazers

Last week there was 1 stargazer.

@vmunich

You are the star! ๐ŸŒŸ


That's all activities since Mon, Sep 23, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Feb 18, 2019 - Feb 24, 2019

Here's the Weekly Digest from Mon, Feb 18, 2019 12:00 AM to Sun, Feb 24, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, 1 pull-request was opened, closed or merged.

Merged

Last week, 1 pull-request was merged.

@dated

Releases

Last week there were no releases.

Contributors

Last week there was 1 contributor.

@dated

Thank you for your contribution! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Feb 18, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Apr 27, 2020 - May 3, 2020

Here's the Weekly Digest from Mon, Apr 27, 2020 12:00 AM to Sun, May 3, 2020 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, no pull-requests were opened, closed or merged.

Releases

Last week there was 1 release.

  • 1.1.8 at Tue, Apr 28, 2020 3:23 AM

Contributors

Last week there were no contributors.

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Apr 27, 2020 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Jul 22, 2019 - Jul 28, 2019

Here's the Weekly Digest from Mon, Jul 22, 2019 12:00 AM to Sun, Jul 28, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, 1 pull-request was opened, closed or merged.

Merged

Last week, 1 pull-request was merged.

@faustbrian

Releases

Last week there were no releases.

Contributors

Last week there was 1 contributor.

@faustbrian

Thank you for your contribution! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Jul 22, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Oct 14, 2019 - Oct 20, 2019

Here's the Weekly Digest from Mon, Oct 14, 2019 12:00 AM to Sun, Oct 20, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were 3 issues. Of these, 0 issues have been closed and 3 issues are still open.

Opened

@faustbrian

Pull Requests

Last week, no pull-requests were opened, closed or merged.

Releases

Last week there were 4 releases.

  • 1.0.34 at Mon, Oct 14, 2019 9:18 AM
  • 1.0.31 at Mon, Oct 14, 2019 8:44 AM
  • 1.0.30 at Mon, Oct 14, 2019 7:05 AM
  • 1.1.0 at Mon, Oct 14, 2019 2:55 PM

Contributors

Last week there were no contributors.

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Oct 14, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

Setup benchmarking

We should add some simple benchmarking to compare performance to lodash or other libraries we commonly use so we overtime can see if our custom implementations can be replaced with ones that are maintained by third-parties, which means we don't need to maintain them.

Could use something like https://github.com/jonschlinkert/benchmarked which makes it pretty easy to setup benchmarking.

[Weekly Digest] Jul 27, 2020 - Aug 2, 2020

Here's the Weekly Digest from Mon, Jul 27, 2020 12:00 AM to Sun, Aug 2, 2020 11:59 PM for ArkEcosystem/utils.

Issues

Last week there was 1 issue. It is still open.

Opened

@air1one

Pull Requests

Last week, no pull-requests were opened, closed or merged.

Releases

Last week there were no releases.

Contributors

Last week there were no contributors.

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Jul 27, 2020 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] Apr 15, 2019 - Apr 21, 2019

Here's the Weekly Digest from Mon, Apr 15, 2019 12:00 AM to Sun, Apr 21, 2019 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were 2 issues. Of these, 2 issues have been closed and 0 issues are still open.

Closed

@ArkEcosystemBot

Pull Requests

Last week, no pull-requests were opened, closed or merged.

Releases

Last week there were no releases.

Contributors

Last week there were no contributors.

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, Apr 15, 2019 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

[Weekly Digest] May 18, 2020 - May 24, 2020

Here's the Weekly Digest from Mon, May 18, 2020 12:00 AM to Sun, May 24, 2020 11:59 PM for ArkEcosystem/utils.

Issues

Last week there were no issues.

Pull Requests

Last week, 1 pull-request was opened, closed or merged.

Merged

Last week, 1 pull-request was merged.

@faustbrian

Releases

Last week there were no releases.

Contributors

Last week there was 1 contributor.

@faustbrian

Thank you for your contribution! ๐ŸŽ‰

Star Gazers

Last week there were no stargazers.


That's all activities since Mon, May 18, 2020 12:00 AM, please Watch and Star the repository ArkEcosystem/utils to receive upcoming weekly updates.

You can also view all Weekly Digests by clicking here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.