-
Updated
Apr 29, 2020 - JavaScript
#
sets
Here are 178 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
Apr 18, 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
Apr 17, 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
Mar 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
Apr 2, 2021 - JavaScript
Set-oriented Operations in Pandas
-
Updated
May 27, 2020 - Python
Python Programming Language
python
programming-language
lists
dictionaries
functions
strings
tuples
loops
numbers
conditions
sets
basic-operations
variable-types
-
Updated
Apr 15, 2021 - Python
A full-featured set type for string elements in Go
-
Updated
Oct 16, 2018 - Go
-
Updated
Mar 17, 2021 - JavaScript
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
Mar 5, 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.
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
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
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
The Dofus database in a json file. Restful API for a lighter usage. Includes the python tool to build the database by sraping the website.
game
json
data
build
database
craft
resources
weapons
dofus
pets
idols
harness
consumables
sets
mounts
monsters
equipments
sidekicks
ceremonial-items
-
Updated
Jan 31, 2021 - Python
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
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
Apr 2, 2021 - JavaScript
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?