This website requires JavaScript.
Explore
Help
Sign In
MetzNet
/
graphvent
Watch
4
Star
0
Fork
You've already forked graphvent
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
10
Commits
4
Branches
1
Tag
6.8
MiB
Go
100%
c06ff16fc9
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
noah metz
c06ff16fc9
Added EventQueue and added child_event_type that defines the required type of child_info. Look at how to make this not take up memory in each struct.
2023-05-08 21:42:33 -06:00
.gitignore
Added .gitignore and Makefile
2023-04-08 14:09:25 -06:00
Makefile
Added .gitignore and Makefile
2023-04-08 14:09:25 -06:00
go.mod
Initial commit of event manager datastructures with some fake vex data.
2023-04-08 13:58:47 -06:00
go.sum
Initial commit of event manager datastructures with some fake vex data.
2023-04-08 13:58:47 -06:00
graph.go
Added EventQueue and added child_event_type that defines the required type of child_info. Look at how to make this not take up memory in each struct.
2023-05-08 21:42:33 -06:00
graph_test.go
Added EventQueue and added child_event_type that defines the required type of child_info. Look at how to make this not take up memory in each struct.
2023-05-08 21:42:33 -06:00
main.go
Added constructor for EventManger that requires a single event with no children and a list of Resources ordered by dependency. Updated main and tests to match.
2023-04-08 16:51:34 -06:00
vex.go
Initial commit of event manager datastructures with some fake vex data.
2023-04-08 13:58:47 -06:00