Giter Site home page Giter Site logo

dirkgroot / fsharpx.radixtree Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 18 KB

A general-purpose implementation of a Relaxed Radix Balanced tree.

License: MIT License

F# 100.00%
fsharp fsharp-practice test-driven-development fsunit data-structures immutable-collections

fsharpx.radixtree's Introduction

FSharpx.RadixTree

This is an attempt to practice F# by (perhaps) creating something useful in the process.

My objective is to create a general-purpose implementation of a Relaxed Radix Balanced tree, based on the original paper by P. Bagwell and T. Rompf.

Learning and practicing will be my primary goal with this, so I may never actually finish it. What do I want to practice/learn, you might ask:

  • Better understand the F# language itself (syntax, library);
  • Test Driven Development with F#:
    • xUnit;
    • FsUnit;
    • ...
  • Performance measurement: When I've got a first version working, I'd like to do some tests to see how it performs;
  • Probably more...

Some background

To my surprise, F# does not have any built-in immutable collections which support (near) O(1) get/nth operations and appending/slicing. Inspired by this issue on FSharpx.Collections (which has been inactive since july 2018), I figured that creating an RRB tree in F# might be a nice learning experience.

So far, I'm having lots of fun :).

fsharpx.radixtree's People

Stargazers

 avatar

Watchers

 avatar

Forkers

jaggerjo

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.