Skip to content

Commit

Permalink
fix(readme): update link to differential-dataflow
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu authored and ryzhyk committed Nov 29, 2022
1 parent b3a3e14 commit ca5ded8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ the programmer does not need to worry about writing incremental algorithms.
Instead they specify the desired input-output mapping in a declarative manner, using a dialect of Datalog.
The DDlog compiler then synthesizes an efficient incremental implementation.
DDlog is based on [Frank McSherry's](https://github.com/frankmcsherry/)
excellent [differential dataflow](https://github.com/frankmcsherry/differential-dataflow) library.
excellent [differential dataflow](https://github.com/TimelyDataflow/differential-dataflow) library.

DDlog has the following key properties:

Expand Down

0 comments on commit ca5ded8

Please sign in to comment.