cmd/graphiql
|
Removed database update every signal process(need to find a replacement still), updated graphiql cmd, and made lockable more efficient at high numbers of requirements
|
2024-03-30 22:57:18 -07:00 |
.gitignore
|
Cleanup and move away from capnp to custom TLV serialization
|
2023-08-31 19:50:32 -06:00 |
.gitmodules
|
Modified graphql library to store the result of the last resolution in a subscription and pass it to the next resolution
|
2023-09-14 15:50:08 -06:00 |
LICENSE
|
Added AGPLv3 LICENSE
|
2023-07-10 22:39:37 -06:00 |
Makefile
|
Removed unecessary capnp dependency
|
2023-09-18 20:11:50 -06:00 |
context.go
|
Changed from a static channel queue to a dynamic queue for nodes
|
2024-03-31 15:18:47 -07:00 |
db.go
|
Moved db from badger to an interface
|
2024-03-30 14:42:06 -07:00 |
extension.go
|
Moved SendMsg and RecvMsg to one object
|
2024-03-30 23:36:50 -07:00 |
go.mod
|
Started graphql and serialization come together
|
2024-03-04 21:30:11 -07:00 |
go.sum
|
Started graphql and serialization come together
|
2024-03-04 21:30:11 -07:00 |
gql.go
|
Moved SendMsg and RecvMsg to one object
|
2024-03-30 23:36:50 -07:00 |
gql_node.go
|
Moved SendMsg and RecvMsg to one object
|
2024-03-30 23:36:50 -07:00 |
gql_test.go
|
Made default queue size 2, and not sure how that sped up the test to pre-change speeds
|
2024-03-31 15:24:34 -07:00 |
graph_test.go
|
Made default queue size 2, and not sure how that sped up the test to pre-change speeds
|
2024-03-31 15:24:34 -07:00 |
listener.go
|
Moved SendMsg and RecvMsg to one object
|
2024-03-30 23:36:50 -07:00 |
lockable.go
|
Moved SendMsg and RecvMsg to one object
|
2024-03-30 23:36:50 -07:00 |
lockable_test.go
|
Made default queue size 2, and not sure how that sped up the test to pre-change speeds
|
2024-03-31 15:24:34 -07:00 |
log.go
|
Moved db from badger to an interface
|
2024-03-30 14:42:06 -07:00 |
message.go
|
Remove debug print
|
2024-03-31 15:19:08 -07:00 |
message_test.go
|
Changed from a static channel queue to a dynamic queue for nodes
|
2024-03-31 15:18:47 -07:00 |
node.go
|
Made default queue size 2, and not sure how that sped up the test to pre-change speeds
|
2024-03-31 15:24:34 -07:00 |
node_test.go
|
Made default queue size 2, and not sure how that sped up the test to pre-change speeds
|
2024-03-31 15:24:34 -07:00 |
serialize.go
|
Removed database update every signal process(need to find a replacement still), updated graphiql cmd, and made lockable more efficient at high numbers of requirements
|
2024-03-30 22:57:18 -07:00 |
serialize_test.go
|
Made default queue size 2, and not sure how that sped up the test to pre-change speeds
|
2024-03-31 15:24:34 -07:00 |
signal.go
|
Fixes and optimizations
|
2024-03-28 19:28:07 -07:00 |