-
Updated
Apr 29, 2020 - JavaScript
sets
Here are 129 public repositories matching this topic...
-
Updated
Jun 23, 2020 - Python
-
Updated
Jun 14, 2020 - Java
-
Updated
Oct 16, 2018 - Go
-
Updated
May 27, 2020 - Python
-
Updated
May 31, 2020 - JavaScript
-
Updated
Mar 27, 2018 - Kotlin
Documentation
Add edocs. In theory they could be identical to the OTP, but simple copying will (?) violate OTP's APL license
-
Updated
Jan 24, 2020 - PHP
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
-
Updated
Sep 24, 2019 - Julia
-
Updated
Jul 17, 2018 - Ruby
-
Updated
Jun 20, 2020 - Java
-
Updated
May 31, 2020 - JavaScript
-
Updated
Jun 23, 2020 - R
-
Updated
Jun 24, 2020 - Python
-
Updated
May 31, 2020
-
Updated
Jun 10, 2020 - Ruby
Add usage section
In index.md, when one package uses MathematicalSets, add a subsection like the following:
## Usage
The following packages implement the `MathematicalSets.AbstractSet` interface:
|Library|Description|
|-------|------------|
|[LazySets](https://github.com/JuliaReach/LazySets.jl)|A Julia package for calculus with convex sets|
|[Polyhedra](https://github.com/JuliaPolyhedra/Polyhed
-
Updated
Feb 3, 2018 - Haskell
-
Updated
Dec 17, 2017 - Jupyter Notebook
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."
Some of the documentation is only added in an
@requireblock. This leads to warnings with newerDocumenterversions when loading the corresponding optional packages. Example: