Dragoș Tiselice

Results 53 issues of Dragoș Tiselice

I feel like this particular approach to web development has a lot of potential. What are your plans for the project?

## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26200584-we-should-indicate-some-sort-of-intermediate-progress-when-mounting?utm_campaign=plugin&utm_content=tracker%2F7081451&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F7081451&utm_medium=issues&utm_source=github).

enhancement
nice-idea-bro

# Summary This RFC hopes to address the concerns in #197, #261, #271, and #329 by laying the foundation of pest's evolution and transition. # Motivation While pest grammars offer...

rfc
grammar

This can be an interesting idea to keep in mind for the future. I have already experimented with single-consumer-single-producer queues in order to have a token-producing and a token-consuming queue,...

help-wanted
question
pest
runtime-performance
needs-rfc

Recursive macros are notoriously slow to compile, and it seems that the `parses_to!` macro is no exception. A solution to this would be to have a function replace it, but...

help-wanted
maintenance
pest
compilation-time

documentation
meta

Compilation times should be as small as possible. Benchmarking should help reach this goal.

enhancement
good-first-issue
compilation-time
mentored

Four critical areas: - [ ] `iterators` example - [ ] `prec_climber` example - [ ] `PrecClimber` example (can be the same as above) - [ ] any undocumented stuff

critical
in-progress
documentation

Fixes #98. This implementation is quite rudimentary: * relies on threads instead of stack-full generators * parsing threads that have not reached their end-of-input will not be joined * commands...

help-wanted
in-progress

- [x] ~~~make `&str` into a `&&str` on `lifetimes` (to evade fat pointers)~~~ minimize fat pointer copying - [x] use `memchr` in `(("a" | "b" | "c") ~ any)*` patterns...

in-progress
meta
pest
runtime-performance