Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dn-m/Structure issues and pull requests

#222 - Add Abelian protocol, make AdditiveGroup default implementations public

Pull Request - State: closed - Opened by jsbean about 5 years ago

#221 - Refine organization of Graphs

Pull Request - State: open - Opened by jsbean about 5 years ago

#220 - Refine organization of Graphs

Pull Request - State: closed - Opened by jsbean about 5 years ago

#219 - Enable code coverage

Pull Request - State: open - Opened by jsbean about 5 years ago

#218 - Organize DataStructures into categories

Pull Request - State: closed - Opened by jsbean about 5 years ago - 2 comments

#217 - Add default Codable conformance to DataStructures

Pull Request - State: closed - Opened by jsbean about 5 years ago

#216 - Add default Equatable and Hashable conformance to DataStructures

Pull Request - State: closed - Opened by jsbean about 5 years ago

#215 - Add Codable conformance to Graph types

Pull Request - State: closed - Opened by jsbean about 5 years ago

#214 - Test against multiple flavors of Swift compiler in CI

Pull Request - State: closed - Opened by jsbean about 5 years ago

#213 - Conform Stack to CustomStringConvertible

Pull Request - State: closed - Opened by jsbean about 5 years ago

#212 - Update PerformanceTesting dependency

Pull Request - State: closed - Opened by bwetherfield about 5 years ago

#211 - Add Codable Conformance to Pair types, replace deprecated usage

Pull Request - State: closed - Opened by bwetherfield over 5 years ago

#210 - Update to Swift 5

Pull Request - State: closed - Opened by jsbean over 5 years ago

#209 - Add AdjacencyList data structure

Pull Request - State: closed - Opened by bwetherfield over 5 years ago

#208 - Add Codecov.io support

Pull Request - State: closed - Opened by jsbean almost 6 years ago

#207 - Fix tail offset of ContiguousSegmentCollection.fragment(in:)

Pull Request - State: closed - Opened by jsbean almost 6 years ago

#205 - Make ContiguousSegmentCollection.Fragment RandomAccessCollectionWrapping

Pull Request - State: closed - Opened by jsbean almost 6 years ago

#204 - Add CustomStringConvertible conformances to Pair types

Pull Request - State: closed - Opened by jsbean almost 6 years ago

#203 - Remove stableSort performance test for now

Pull Request - State: closed - Opened by jsbean almost 6 years ago

#202 - Add map to pair protocols

Pull Request - State: closed - Opened by bwetherfield almost 6 years ago - 2 comments

#201 - Compose bimaps

Pull Request - State: closed - Opened by bwetherfield almost 6 years ago

#200 - [Proposal] Remove conformance conditions from Weight

Pull Request - State: closed - Opened by bwetherfield almost 6 years ago - 1 comment

#199 - Update READMEs

Pull Request - State: closed - Opened by jsbean almost 6 years ago

#198 - Add Pair-based edges initializer to Graph types

Issue - State: open - Opened by bwetherfield almost 6 years ago - 6 comments

#196 - Make assertion less incorrect for stable sort performance test

Pull Request - State: closed - Opened by jsbean almost 6 years ago

#195 - [WIP] Enable release mode for testing

Pull Request - State: closed - Opened by jsbean almost 6 years ago

#194 - Add *Graph.init with minimum capacities for nodes and edges

Pull Request - State: closed - Opened by jsbean almost 6 years ago - 2 comments

#193 - Refine *Graph benchmarks, make slight performance improvements

Pull Request - State: closed - Opened by jsbean almost 6 years ago - 4 comments

#192 - Add tests for Cross Comparable conformance

Pull Request - State: closed - Opened by jsbean almost 6 years ago

#191 - Implement Cross Comparable conformance

Pull Request - State: closed - Opened by bwetherfield almost 6 years ago - 2 comments

#190 - Add data carrying graph types

Pull Request - State: closed - Opened by bwetherfield almost 6 years ago - 6 comments

#189 - Add remove functions for node and edge

Pull Request - State: closed - Opened by bwetherfield almost 6 years ago - 1 comment

#187 - Use hash(into:) for UnorderedPair Hashable conformance

Pull Request - State: closed - Opened by jsbean almost 6 years ago

#186 - Use `hash(into:)` for UnorderedPair Hashable conformance

Issue - State: closed - Opened by jsbean almost 6 years ago

#185 - Don't measure Graph for now, just keep test available for profiling

Pull Request - State: closed - Opened by jsbean about 6 years ago

#184 - Prepare to test Graph performance

Pull Request - State: closed - Opened by jsbean about 6 years ago

#183 - Improve performance of UnorderedPair.hashValue

Pull Request - State: closed - Opened by jsbean about 6 years ago

#182 - Update DataStructures docs custom_categories

Pull Request - State: closed - Opened by jsbean about 6 years ago

#181 - Loosen init requirements for ...GraphProtocol implementations

Pull Request - State: closed - Opened by jsbean about 6 years ago - 1 comment

#180 - Loosen init requirements for ...GraphProtocol implementations

Pull Request - State: closed - Opened by bwetherfield about 6 years ago

#179 - Rename adjacents -> weights

Pull Request - State: closed - Opened by jsbean about 6 years ago

#178 - Move initializers into main body of Ordered / UnorderedPair declarations

Pull Request - State: closed - Opened by jsbean about 6 years ago

#177 - Remove GraphProtocol.edges(containing:)

Pull Request - State: closed - Opened by jsbean about 6 years ago

#176 - Minimize scope of edges(containing:) to UnweightedGraphProtocol

Pull Request - State: closed - Opened by jsbean about 6 years ago

#175 - Move contains (edge) logic down to GraphProtocol

Pull Request - State: closed - Opened by bwetherfield about 6 years ago

#174 - Push `edges` functions down to GraphProtocol

Pull Request - State: closed - Opened by bwetherfield about 6 years ago - 1 comment

#173 - Pull down Graph from dn-m/NotationModel/SpelledPitch

Pull Request - State: closed - Opened by jsbean about 6 years ago

#172 - Pull down Queue from dn-m/NotationModel/SpelledPitch

Pull Request - State: closed - Opened by jsbean about 6 years ago

#171 - Pull down Pair from dn-m/NotationModel/SpelledPitch

Pull Request - State: closed - Opened by jsbean about 6 years ago

#170 - [DataStructures] Pull down Queue from PitchSpeller

Issue - State: closed - Opened by jsbean about 6 years ago

#169 - Add customized Bimap.filter, sprinkle in performance enhancements

Pull Request - State: closed - Opened by jsbean about 6 years ago

#168 - [DataStructures / Bimap] Customize Bimap.filter to return Bimap

Issue - State: closed - Opened by jsbean about 6 years ago

#167 - Add Metatype

Pull Request - State: closed - Opened by jsbean about 6 years ago

#166 - Add AVLTree

Pull Request - State: closed - Opened by jsbean about 6 years ago

#165 - Deprecate DictionaryProtocol.safelyAppend(...)

Issue - State: open - Opened by jsbean about 6 years ago

#164 - Conform String to Additive

Pull Request - State: closed - Opened by jsbean about 6 years ago

#163 - Add Additive conformance to Array

Pull Request - State: closed - Opened by jsbean about 6 years ago

#162 - Expose Tree to @Inlinable

Pull Request - State: closed - Opened by jsbean about 6 years ago

#161 - Expose Zip3Sequence and DictionaryProtocol operations to @inlinable

Pull Request - State: closed - Opened by jsbean about 6 years ago

#160 - Add BinarySearchTree

Pull Request - State: closed - Opened by jsbean about 6 years ago

#159 - Add Identifier

Pull Request - State: closed - Opened by jsbean about 6 years ago

#158 - Add Bimap

Pull Request - State: closed - Opened by jsbean about 6 years ago

#157 - Update DictionaryProtocol APIs

Pull Request - State: closed - Opened by jsbean about 6 years ago

#156 - Update docs for ContiguousSegmentCollection

Pull Request - State: closed - Opened by jsbean about 6 years ago

#155 - Add performance testing for DataStructures

Issue - State: open - Opened by jsbean about 6 years ago

#154 - Implement ContiguousSegmentCollection

Pull Request - State: closed - Opened by jsbean about 6 years ago

#153 - Make Tree hashable if elements are hashable

Pull Request - State: closed - Opened by jsbean about 6 years ago

#152 - Remove code ticks in MARKs

Pull Request - State: closed - Opened by jsbean about 6 years ago

#151 - Add Equatable and Hashable conformance to NewType

Pull Request - State: closed - Opened by jsbean about 6 years ago

#149 - Add Comparable conformance to NewType

Pull Request - State: closed - Opened by jsbean about 6 years ago

#148 - Implement NewType

Pull Request - State: closed - Opened by jsbean about 6 years ago

#147 - Make Numeric Wrapping protocols conform to Numeric

Issue - State: closed - Opened by jsbean about 6 years ago

#146 - Revert SortedDictionary.values type erasure, make [Value]

Pull Request - State: closed - Opened by jsbean about 6 years ago

#145 - Make SortedDictionary.values an AnyCollection<Value>

Pull Request - State: closed - Opened by jsbean about 6 years ago

#144 - Add init(minimumCapacity:) to DictionaryProtocol and SortedArray

Pull Request - State: closed - Opened by jsbean about 6 years ago

#143 - Add (SortedArray|SortedDictionary).init(presorted:)

Pull Request - State: closed - Opened by jsbean about 6 years ago

#142 - Add presorted initializers to SortedArray / SortedDictionary

Issue - State: closed - Opened by jsbean about 6 years ago

#141 - Make SortedDictionary.values an AnyCollection<Value>

Issue - State: closed - Opened by jsbean about 6 years ago

#140 - Migrate Spanning protocol cluster from dn-m/Music/Duration

Issue - State: closed - Opened by jsbean about 6 years ago - 1 comment

#139 - Add Linux support

Pull Request - State: closed - Opened by jsbean about 6 years ago

#138 - Remove superfluous constraint for Sequence.pairs

Pull Request - State: closed - Opened by jsbean about 6 years ago

#137 - Add Swift 4.2 badge to README

Pull Request - State: closed - Opened by jsbean about 6 years ago

#136 - Add min and max extrema by property

Pull Request - State: closed - Opened by jsbean about 6 years ago

#135 - Reintroduce BinaryHeapPerformanceTests, reducing test point scale

Pull Request - State: closed - Opened by jsbean about 6 years ago

#134 - It should be MultiplicativeMonoid

Pull Request - State: closed - Opened by jsbean about 6 years ago

#133 - Refine algebra doc comments

Pull Request - State: closed - Opened by jsbean about 6 years ago

#132 - Use Element instead of Iterator.Element, refine doc comments

Pull Request - State: closed - Opened by jsbean about 6 years ago

#131 - Migrate ordered(_:_:) here from Math

Pull Request - State: closed - Opened by jsbean about 6 years ago

#129 - Let Swift derive Equatable conformance

Pull Request - State: closed - Opened by jsbean about 6 years ago

#127 - Use Documentarian to automatically generate docs from Travis CI

Pull Request - State: closed - Opened by jsbean about 6 years ago

#117 - Binary Heap implementation

Pull Request - State: closed - Opened by bwetherfield about 6 years ago

#88 - [WIP] Initial implementation of InvertibleEnum, IntervalRelation as enum

Pull Request - State: closed - Opened by jsbean over 6 years ago
Labels: swift-4.2

#73 - Flesh out Interval

Issue - State: closed - Opened by jsbean almost 7 years ago

#72 - [WIP] Implement SegmentTree

Pull Request - State: closed - Opened by jsbean almost 7 years ago - 1 comment

#69 - [WIP] Abstract collection extensions

Pull Request - State: closed - Opened by jsbean about 7 years ago