godotg
|
3af5ffbd46
|
feat[treemap]: fast read only tree map
|
2023-04-28 22:09:16 +08:00 |
|
godotg
|
0041a7ad31
|
ref[route]: refactor the routing rules for message packets
|
2023-04-26 12:15:28 +08:00 |
|
godotg
|
e0064ec720
|
Merge pull request #58 from jincieryi/patch-2
Update PacketBus.java
|
2023-04-26 10:18:53 +08:00 |
|
jincieryi
|
6b4c08854e
|
Update PacketBus.java
perf[net]: 删除无用的类型强制转换
|
2023-04-25 15:27:29 +08:00 |
|
godotg
|
2e10e6db10
|
test[protocol]: benchmark test
|
2023-04-18 22:37:34 +08:00 |
|
godotg
|
64029813e3
|
feat[ws]: ssl websocket server
|
2023-04-16 11:13:48 +08:00 |
|
godotg
|
12a1631a5b
|
update
|
2023-04-15 21:44:24 +08:00 |
|
godotg
|
a5695d00d7
|
feat[cache]: set cache of Single Cache
|
2023-04-15 15:14:04 +08:00 |
|
godotg
|
a36e6eb77d
|
del[packet]: remove unused method
|
2023-04-15 10:38:27 +08:00 |
|
godotg
|
018083fdb8
|
feat[gateway]: gateway attachment support signal only
|
2023-04-15 09:57:16 +08:00 |
|
godotg
|
384b79d58d
|
ref[attachment]: refactor attachment of net
|
2023-04-14 23:28:12 +08:00 |
|
godotg
|
f763246231
|
ref[attachment]: refactor attachment of net
|
2023-04-14 23:08:18 +08:00 |
|
godotg
|
4f51f8b103
|
perf[ts]: remove null type of ts variable
|
2023-04-14 22:13:20 +08:00 |
|
godotg
|
8c8291174c
|
perf[ts]: suppress warning of typescript long.ts
|
2023-04-14 15:51:25 +08:00 |
|
godotg
|
eb6e062152
|
Merge pull request #56 from jincieryi/patch-1
Update ProtocolAnalysis.java
|
2023-04-10 16:41:54 +08:00 |
|
jincieryi
|
e2f4514e7b
|
Update ProtocolAnalysis.java
描述有误
|
2023-04-10 15:42:07 +08:00 |
|
godotg
|
fe97e9f0fb
|
Merge pull request #55 from myzjy/main
json websocket attachmentId whether isEmpty
|
2023-04-09 21:50:42 +08:00 |
|
zjy
|
c90367d221
|
Merge remote-tracking branch 'origin/main'
|
2023-04-09 11:49:43 +08:00 |
|
zjy
|
c51cb3e557
|
fix [net] json websocket attachmentId whether isEmpty
|
2023-04-09 11:43:44 +08:00 |
|
godotg
|
6abf4d4350
|
feat[ts]: support typescript Long.ts and Longbits.ts
|
2023-04-09 11:20:45 +08:00 |
|
godotg
|
87f9c969d4
|
update
|
2023-04-09 11:14:48 +08:00 |
|
godotg
|
3f2be35cf6
|
fix[ws]: json webSocket codec support attachmnt
|
2023-04-09 09:58:25 +08:00 |
|
godotg
|
2bafe86bb5
|
fix[ws]: json webSocket codec support attachmnt
|
2023-04-09 09:53:04 +08:00 |
|
godotg
|
3c5b9d1b88
|
perf[protocol]: typescript protocol template
|
2023-04-08 21:46:59 +08:00 |
|
godotg
|
25351f24e9
|
chore[zk]: comment
|
2023-04-08 17:05:24 +08:00 |
|
godotg
|
adcb1c93c0
|
fix[resource]: use classpath* to solve the problem that some resources cannot be loaded
|
2023-04-08 17:01:15 +08:00 |
|
godotg
|
84b8d20e95
|
Merge remote-tracking branch 'origin/main'
|
2023-04-08 16:54:21 +08:00 |
|
godotg
|
ef2847aa64
|
fix[resource]: use classpath* to solve the problem that some resources cannot be loaded
|
2023-04-08 16:54:02 +08:00 |
|
godotg
|
cb6c72a78b
|
perf[buffer]: use readSlice instead of readRetainedSlice
|
2023-04-04 17:45:47 +08:00 |
|
godotg
|
2be5f3f267
|
Merge remote-tracking branch 'origin/main'
|
2023-04-02 17:08:53 +08:00 |
|
godotg
|
a25cac4646
|
doc[zfoo]: update doc
|
2023-04-02 17:08:39 +08:00 |
|
godotg
|
78c373531e
|
chore[net]: rename id to sid
|
2023-03-30 10:15:02 +08:00 |
|
godotg
|
3128a27571
|
perf[net]: negative signalId and sid are allowed
|
2023-03-29 17:28:21 +08:00 |
|
godotg
|
7281034136
|
fix[reflect]: confusing argument 'null', unclear if a varargs or non-varargs call is desired
|
2023-03-29 15:13:04 +08:00 |
|
godotg
|
f994b974d4
|
test[map]: update tree map comment
|
2023-03-26 14:22:40 +08:00 |
|
godotg
|
c4d495eab5
|
test[map]: fix test
|
2023-03-26 12:37:23 +08:00 |
|
godotg
|
d681ffc356
|
perf[consistent]: use ArrayList insteadof LinkedList
|
2023-03-26 12:26:31 +08:00 |
|
godotg
|
626e96f0f3
|
feat[map]: add primitive int-long tree map
|
2023-03-26 11:53:30 +08:00 |
|
godotg
|
3e26ce4a77
|
perf[balancer]: use AtomicReferenceArray insteadof ConcurrentHashMap to store consumer
|
2023-03-26 10:56:50 +08:00 |
|
godotg
|
fe2319c72b
|
perf[session]: use local atomic variables
|
2023-03-25 18:47:47 +08:00 |
|
godotg
|
a0c624127d
|
chore[storage]: update version
|
2023-03-25 18:26:57 +08:00 |
|
godotg
|
bbd3b92346
|
perf[storage]: remove unused code
|
2023-03-25 18:22:39 +08:00 |
|
godotg
|
c521ce159f
|
perf[session]: use high-performance segment locks to store session maps
|
2023-03-25 16:32:28 +08:00 |
|
godotg
|
9931633601
|
perf[session]: use high-performance segment locks to store session maps
|
2023-03-25 16:21:54 +08:00 |
|
godotg
|
8dfced4da1
|
feat[map]: fast concurrent segment lock
|
2023-03-25 16:18:42 +08:00 |
|
godotg
|
2b2083fe80
|
feat[map]: fast concurrent segment lock
|
2023-03-25 15:44:14 +08:00 |
|
godotg
|
2b0ce755bd
|
feat[map]: fast concurrent segment lock
|
2023-03-25 14:48:03 +08:00 |
|
sun
|
ad845b77a3
|
feat[storage]: support primitive int-object and long-object storage
|
2023-03-25 10:34:30 +08:00 |
|
godotg
|
951e0ce133
|
feat[storage]: support primitive int-object and long-object storage
|
2023-03-24 22:54:44 +08:00 |
|
godotg
|
02af867305
|
perf[uid]: optimize the judgment of uid
|
2023-03-23 15:45:03 +08:00 |
|