Fri, 27 Dec 2019 22:04:49 +0200
optimise
4
59fd17a3cea0
Add __precompile__() for what it is worth
Tuomo Valkonen <tuomov@iki.fi>
parents:
3
diff
changeset
|
1 | |
59fd17a3cea0
Add __precompile__() for what it is worth
Tuomo Valkonen <tuomov@iki.fi>
parents:
3
diff
changeset
|
2 | __precompile__() |
59fd17a3cea0
Add __precompile__() for what it is worth
Tuomo Valkonen <tuomov@iki.fi>
parents:
3
diff
changeset
|
3 | |
0 | 4 | module AlgTools |
5 | ||
3 | 6 | include("StructTools.jl") |
0 | 7 | include("LinkedLists.jl") |
8 | include("Iterate.jl") | |
9 | include("Util.jl") | |
5
015025cf2a50
Add Channel comms helper module
Tuomo Valkonen <tuomov@iki.fi>
parents:
4
diff
changeset
|
10 | include("Comms.jl") |
0 | 11 | |
12 | end |