npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

romanian-sort

v1.0.1

Published

A highly efficient sorting algorithm that reaches your fallen wallet faster than a romanian!

Downloads

16

Readme

Romanian Sort 🧑‍💻💳🤑

What's this? 🤔

Romanian Sort is a badass sorting algorithm that steals your problems and sorts them the Romanian way. It's not your average sort – it doesn’t wait for everything to be perfect before it fixes it. It’s quick, it’s dirty, and it gets the job done. We’re taking elements that are out of order, stealing them, sorting them on the fly, and then slapping everything back together like it’s no big deal.

Why is this awesome? 🚀

  • Fast: Steals the out-of-order elements and sorts them with some quick and dirty algorithms.
  • Async: Because waiting is for the weak, and this algorithm doesn't want to keep you waiting.
  • In-place Merge: We don't need no extra memory! We merge stuff back in place, like a pro.

Features ✨

  • Romanian Style: Steal the unordered elements.
  • Async Sorting: Quicksort that works in the background.
  • Merge in Place: We don’t waste space, we just keep merging like a champ.
  1. Install it:
    npm install romanian-sort
  2. Import it:
    const romanianSort = require('romanian-sort');
  3. Call romanianSort(elements) and watch it work its magic.

Example:

const romanianSort = require('romanian-sort');  // Don't forget to import it!

let unsortedArray = [4, 2, 9, 3, 5, 1];
romanianSort(unsortedArray).then(sorted => {
  console.log(sorted);  // [1, 2, 3, 4, 5, 9]
});

Boom. Sorted. 💥

How It Works 🤓

  • Partition: Walks through the array and “steals” anything that’s out of order.
  • Sort the stolen part: We’ve got a quicksort ready to go for when we steal stuff.
  • Merge everything back: We put everything back together with some slick in-place merging.

Wanna Contribute? 🙌

Feel free to fork this repo and make it better. If you’re into making things faster, cleaner, or more fun, we welcome all kinds of contributions – even if it’s just adding a dumb emoji or a funny comment in the code. 😎

License 🔓

This is open source, so do whatever the hell you want with it. Just don’t sue me if it doesn’t work the way you expect. 😅