caolan / caolan/highland

Add sort()

Open
#50 20 comments 0 reactions 0 assignees View on GitHub
starter
Dominant language
JavaScript
Stars
3.4k
Forks
145
PR merge metrics
No merged PRs in 30d

Description

Return a stream with all values sorted.

Should accept a comparator function and do a lexicographic sort by default.

Contributor guide

Open the contributing guide

Research direction

The issue does not name an implementation file or test. Start by locating the stream transformation API and existing ordering-related tests, then check how other operators handle buffering and callbacks. Done means a sort() stream operation accepts an optional comparator and defaults to lexicographic ordering.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 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.