recursion-ninja

Results 37 issues of recursion-ninja

- [x] Double check for segfaults - [x] valgrind - [x] Export an alias to the existing FFI binding - [ ] Test FFI - [x] Decide how/if this code...

enhancement
refactor
documentation
verification/testing

It would be ideal to remove the leading gap in the 2D C code. Not sure how involved this would be. Definitely low priority.

enhancement
refactor
performance/optimization
low priority

The parser exported from `pcg-language` is known to be inefficient. It could benefit greatly from `INLINEABLE` and `SPECIALISE` pragmas in adding to the usage of "smarter" parser combinators such as...

performance/optimization

When we perform the post processing validation and interpretation of the CC command in a TNT file, we need to be sure to fill in the interval of bits for...

defect
low priority

There is a flag in TNT XREAD commands to determine how to interpret the `-` char when encountered in a character. The `-` char can be interpreted in one of...

defect
low priority

### Details: A partitioned FASTA file includes one or more `#` characters in each sequence. This means that the sequences of each taxaon in he file will have exactly the...

enhancement
low priority

We need to add a periodic "interruption" to write out the current save state to disk, check if our process has exceeded the specified time limit for running, and also...

enhancement

Either use Tree's that Grow (see #44) or some Row Polymorphic Record library.

enhancement
performance/optimization

**Issue by [recursion-ninja](https://github.com/recursion-ninja)** _Monday Mar 27, 2017 at 18:40 GMT_ _Originally opened as https://github.com/ima-hima/PCG/issues/14_ ---- We should probably have separate interfaces for manipulating the "data matrix" of the graph and...

enhancement
help wanted

**Issue by [recursion-ninja](https://github.com/recursion-ninja)** _Monday Mar 27, 2017 at 18:37 GMT_ _Originally opened as https://github.com/ima-hima/PCG/issues/13_ ---- Think really hard about how to do this. I recommend using the tried and true...

enhancement
help wanted