-
Notifications
You must be signed in to change notification settings - Fork 20
Feat: multi threaded scheduler #589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 250 commits
04730fd
2a8bf01
6b443e8
e6e0aff
4c1b478
863644f
aef1606
459b58b
d5d6f88
f0e0305
b6b7506
2548e79
1f92a44
0d1e771
5c54a9f
a74077c
928547e
a8b4d15
5607063
da9a10e
5fecca1
662944b
4cfac7b
d15e29e
4a67d01
f5d5bbc
fc585a3
9ad32f3
14f1bc8
19738c0
cadc7cd
fe02829
35d05e3
84546a1
9fd489b
f83120b
b66e8d5
41d59b5
e8ca627
b7201f1
b7efced
014c7e3
32ad8a9
8a2eae5
c3834ee
de8e5e3
429b33f
b8cd767
17dd52b
9eee79d
9766794
a962537
aee453d
d18fe12
82edc21
7a19b24
0f1f25a
247b693
f5523fb
cf227fb
e2426cd
d4ee71b
4e84847
0d23617
6a3f27b
4061362
0603ee0
895887c
04443c3
676f49d
74bc3d7
61226ee
1c01030
a031b7d
8da42fc
ec0976e
082d943
74e8f09
0e499ea
ae87eb6
03bc653
a6bff5d
3af00bc
c722016
766d161
8d8cf49
21b953c
d632a57
7fa6dc7
ee55cba
3664298
b31f32a
70d9c43
65365a1
c1688ee
6cfca11
ce235d0
f2bcc6c
722f806
0f61748
6928135
071bfb0
5ce2cbd
16a46e8
873e040
7b17d39
3e345a0
a50cbaa
6f52e37
7c7d175
4b7b474
b3d922e
7405eb3
6fc6071
2507acf
17e6207
1e316c4
d96cac9
3f45f40
0f40459
aef5e32
cf87239
8b0cd87
18d26f4
fe0a789
057f93d
cfd45f7
c234448
3173865
c6e425d
530205d
879cadd
4d6c53d
66f2309
0dea41d
61369e8
8ad7de1
8e85ea9
cf0deb3
8e18721
38b27f4
424d251
b67dd24
5039e8f
342c64e
6956b13
92d36e1
84a69e7
74be01b
20bbc39
30226c8
12fc8b2
10543f1
4fc0d58
9ae040e
168a386
9de3825
46e3436
600400b
8f110f4
88c4a6e
69a3946
bf40f37
44a9990
1d0f537
7e1980f
2541953
3d4ef66
ff870af
39e6eef
39bc75a
f33f131
d49c0f4
fdacb09
5f90396
10c0f46
149bb3d
b924032
3637e10
74d9a5e
1d457e4
eda7c40
984a1c2
0f91b12
27709b9
33985ab
1cacaf8
c00fa4b
6b5f196
f13fbd9
6ac66b0
7c94e1f
74a505c
15c5faf
b7a4566
d5c03df
6d855f3
47d18a4
44089e2
6d05032
602ec16
c5b1efb
d609e63
eb3cffd
96c3098
84b288d
91a11e3
bb745fc
79d3df3
9c04c09
dfe86ee
d0c8fe9
5a6a24e
750e5be
77aed49
0826927
62db6bb
2cc4470
b09e9c2
f955f74
0a9194c
9d604e9
79b4f97
65628d9
ffb5f99
ba48d31
19a65c4
29ff17f
1a37103
6b1a67e
248ee2b
23e9867
cedcc16
7e6090e
a8876c2
e808bdb
4e218fa
76bb6e5
da6777d
57ff682
504bb1c
e19aee3
f74bf51
8cb00c2
4584791
a3e0029
55e62b5
b1e0933
e077eab
c54053c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -91,7 +91,7 @@ jsonrpc-pubsub = "18.0.0" | |
| jsonrpc-ws-server = "18.0.0" | ||
| lazy_static = "1.4.0" | ||
| libc = "0.2.153" | ||
| log = { version = "0.4.20", features = ["release_max_level_info"] } | ||
| log = { version = "0.4.20" } | ||
| lru = "0.16.0" | ||
| macrotest = "1" | ||
| magic-domain-program = { git = "https://github.com/magicblock-labs/magic-domain-program.git", rev = "ea04d46", default-features = false } | ||
|
|
@@ -140,11 +140,12 @@ prost = "0.11.9" | |
| json = { package = "sonic-rs", version = "0.5.3" } | ||
| protobuf-src = "1.1" | ||
| quote = "1.0" | ||
| rand = "0.8.5" | ||
| rand = "0.9" | ||
| rayon = "1.10.0" | ||
| # bundled sqlite 3.44 | ||
| rusqlite = { version = "0.37.0", features = ["bundled"] } | ||
| rustc_version = "0.4" | ||
| rustc-hash = "2.1" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is never used? On a side note, this weekend, I discovered
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it is used in the Lock contention tracking, since the keys are fixed (32 bytes) it's massively faster than siphash, and for a such a small values it's on par with foldhash, but that's an interesting algo to keep in mind, thanks. |
||
| scc = "2.4" | ||
| semver = "1.0.22" | ||
| serde = "1.0.217" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.