issues
search
awalterschulze
/
gominikanren
a Go implementation of miniKanren, an embedded Domain Specific Language for logic programming.
Other
38
stars
2
forks
source link
First stab at concurrent execution
#10
Closed
deosjr
closed
4 years ago
deosjr
commented
4 years ago
added naive or-parallellism
example given using exclusive disjunction
example given using normal disjunction, harder to gauge effectiveness
two more examples of detecting places where parallelism could help in unroll.go
and-parallellism is way less trivial
deosjr
commented
4 years ago
Closing this PR and splitting the good parts into a few new ones