Giter VIP home page Giter VIP logo

idris-patricia's People

Contributors

arbuztw avatar chshersh avatar thomasvitale avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

arbuztw

idris-patricia's Issues

Add CODEOWNERS

It would be good to add CODEOWNERS file to this repository making me as a default CODEOWNER and @arbuztw as CODEOWNER of IntSet module.

Investigate slow tests

Simple tests are running extremely slow. I know that current implementation is far from optimal. But maybe something can be done to improve this...

Add 'IntSet'

Currently there's only IntMap data structure. But it would be good to have IntSet as well.

This can be implemented easily by creating simple wrapper around IntMap like it's done here for AVL tree:

https://github.com/jfdm/idris-containers/blob/master/Data/AVL/Set.idr

All functions for IntMap should be duplicated:

  • size
  • member
  • insert
  • delete

If some functions from #5 will be implemented earlier than IntSet then those functions should be duplicated as well if possible.

Update documentation instructions regarding `nix`

Installing dependencies...
1: Specdris
Cloning into 'specdris'...
remote: Enumerating objects: 399, done.
remote: Total 399 (delta 0), reused 0 (delta 0), pack-reused 399
Receiving objects: 100% (399/399), 61.60 KiB | 152.00 KiB/s, done.
Resolving deltas: 100% (197/197), done.
Entering directory `./src'
Can't find import Builtins
Can't find import Prelude
Can't find import System
Can't find import Builtins
Can't find import Prelude
Can't find import Data/Bits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.