Code: Select all
LOOP 100000
{
t:= {"from": 2625636,"func": "ahkgetvar","ps": ["tt"],"reply": 10354448}
size:=ObjDump(t,bin)
r:=ObjLoad(&bin,size)
}
MsgBox
Code: Select all
LOOP 100000
{
t:= {"from": 2625636,"func": "ahkgetvar","ps": ["tt"],"reply": 10354448}
size:=ObjDump(t,bin)
r:=ObjLoad(&bin,size)
}
MsgBox
Code: Select all
LOOP 10000
{
t:= {"from": 2625636,"func": "ahkgetvar","ps": ["tt"],"reply": 10354448}
size:=ObjDump(t,bin)
}
MsgBox
Code: Select all
f:=ahkdll()
loop
{
While f.ready()
sleep 100
f.new("#NoTrayIcon`ns.= 22222222222222")
}
Code: Select all
flux()
Code: Select all
; to lib dir
flux(this:="",tag:="",list*){
static _f:=MsgBox(A_LineFile)
}
Code: Select all
for i,n in t:=CriticalObject(map(CriticalObject({"a":"b"}),CriticalObject([1])))
{
;CriticalObject -> array? object? map?
}
loop 1000000
t:=ObjRawGet(p,x) 150ms
t:=o.has(x)?o[x]:"" 260ms/570ms
t:=o[x] 270ms
Code: Select all
m:={}
t:=[]
ObjRawSet m,t,4
b:=[]
MsgBox ObjRawGet(m,b) ;> 4