-
Updated
Apr 29, 2020 - JavaScript
#
sets
Here are 169 public repositories matching this topic...
Set() as it should be.
A Julia package for calculus with convex sets
calculus
geometry
julia
computational-geometry
convex-hull
lazy-evaluation
polygons
projections
formal-verification
polyhedra
sets
minkowski-sum
reachability-analysis
convex-sets
geometry-algorithms
zonotope
-
Updated
Feb 16, 2021 - Julia
This repo consists code of all the programs discussed at programminginpython.com website
python
python-tutorials
database
dictionary
tuples
tkinter
sorting-algorithms
python-3-4
searching-algorithms
python-tkinter
python-console
python-tk
algorithms-datastructures
sets
datatypes
python-gui
lists-python
-
Updated
Feb 13, 2021 - Python
Generic immutable recursive data representation API targeted at source code models and more.
serialization
library
functional
database
maps
graphs
algebraic-data-types
rational-numbers
biginteger
relational-algebra
sets
-
Updated
Feb 1, 2021 - Java
Fast cartesian product
nodejs
javascript
library
performance
algorithm
product
functional
es6
functional-programming
data-structures
lodash
combinatorics
combinations
iterable
lodash-fp
lodashjs
sets
cartesian-products
cartesian
cartesian-product
-
Updated
Feb 16, 2021 - JavaScript
Set-oriented Operations in Pandas
-
Updated
May 27, 2020 - Python
A full-featured set type for string elements in Go
-
Updated
Oct 16, 2018 - Go
Python Programming Language
python
programming-language
lists
dictionaries
functions
strings
tuples
loops
numbers
conditions
sets
basic-operations
variable-types
-
Updated
Feb 15, 2021 - Python
Union, Intersect, and Difference set operations for ActiveRecord (also, SQL's UnionAll).
ruby
ruby-gem
activerecord
set
query
sql
set-theory
arel
relational-databases
ruby-on-rails
relational-database
relational-algebra
set-operations
sets
activerecord-queries
activerecord-extension
sql-unionall
sql-union
sql-intersect
sql-except
-
Updated
Jan 21, 2021 - Ruby
Powerfull Collections, Sets, Lists and Maps.
-
Updated
Mar 27, 2018 - Kotlin
Open
Missing flow types
haydn
commented
Nov 28, 2020
Type for intersection, union, subtract and difference are missing from index.js.flow.
RaphaelS1
commented
Dec 4, 2019
x = sample(1000)
y = sample(1000)
sx = Set$new(x)
sy = Set$new(y)
microbenchmark::microbenchmark(
setdiff(x, y),
sx - sy,
unit = "s"
)
Gives a mean time in seconds of:
setdiff(x,y) = 4.681405e-05
sx - sy = 1.639163e-02
A considerable difference. The additional bloat is due to a lot of checks that sort through the correct dispatch methods and use tricks for
A implementation of a Java-like Set data structure for PHP. A Set allows storage of any value without duplicates which can be iterated in insertion order.
-
Updated
Jan 24, 2020 - PHP
Computational mathematics. Single cell arithmetic. Big integer arithmetic. Sets, groups, graphs, topology.
-
Updated
Aug 27, 2017 - Forth
Draws PNG images of complex plane fractals, in Ruby.
-
Updated
Jul 17, 2018 - Ruby
Representations of commonly-used sets
-
Updated
Sep 24, 2019 - Julia
This repository will be really helpful, if you want to learn from the scratch in Python Programming Languages. Also, makes your strong in Basic Python.
strings
iteration
collections
sorting-algorithms
puzzles
recursive-algorithm
explanation
sets
oop-examples
datatypes
data-structure-and-algorithm
-
Updated
Nov 5, 2020 - Python
Provides classes for working with sets
-
Updated
Nov 29, 2020 - R
Cartesian product for big inputs
nodejs
javascript
library
performance
algorithm
product
functional
es6
functional-programming
data-structures
lodash
combinatorics
combinations
iterable
lodash-fp
lodashjs
sets
cartesian-products
cartesian
cartesian-product
-
Updated
Feb 16, 2021 - JavaScript
Utility library for collections, comparators and iterator classes
-
Updated
Feb 3, 2021 - Java
Improve this page
Add a description, image, and links to the sets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sets topic, visit your repo's landing page and select "manage topics."
There are comparison benchmarks between
ByteSetand the following types:[bool; 256]BinaryHeap<u8>BTreeSet<u8>HashSet<u8>InclusiveRange<u8>Vec<u8>What other types should be compared against?