Bunu dene, furkan dizenin paylaştığı plugine 1-2 optimizasyon yaptım.
Eklenti :
Bunu dene, furkan dizenin paylaştığı plugine 1-2 optimizasyon yaptım.
Eklenti :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Her türlü plugin yazılır.
skype :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
[Mod]
Zombi Rescue => Mapper gerekli.
Castle Defense(Kale Savunması) => Mapper gerekli.
Eğer benden yardım istiyorsanız, ismimi etiketlemeyi unutmayın yoksa gözden kaçırabiliyorum
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
En İyi Konularım:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">CSPLAGUE.com
Ben paralı bir plugin yazarken satır sayısına dikkat ederim ve boş satır gördüğüm pluginden boş satırı silerim, bir nevi optimizasyon(Göz optimizasyonu) sayılabilir
Ama ordaki asıl optimizasyon şudur ;
if(sayi == 1){
a = 1;
b = true;
fonksiyon(id,a);
}else if(sayi == 2){
a = 2;
b = true;
fonksiyon(id,b);
}
yerine
a = sayi;
b = true;
fonksiyon(id,a);
yapmaktır.
1 if döngüsü 0.01 millisecond sürer(tam bir değer değil, aklımda kalanı söylüyorum)
böyle 6 tane yaptınmı boşu boşuna 0.06 millisecond süre harçamış oldun.
diğer türlü benim dediğimi yaparsan hiç if döngüsü kullanmadan 0.01 millisecond dan daha az bir sürede işini halletmiş oldun
ve if yerine switch-case kullanmakta mantıklı değildir,if in 2 katı süre harcar.
yardımcı olabildiysem ne mutlu
- - - - - - - - - -
Ben paralı bir plugin yazarken satır sayısına dikkat ederim ve boş satır gördüğüm pluginden boş satırı silerim, bir nevi optimizasyon(Göz optimizasyonu) sayılabilir
Ama ordaki asıl optimizasyon şudur ;
if(sayi == 1){
a = 1;
b = true;
fonksiyon(id,a);
}else if(sayi == 2){
a = 2;
b = true;
fonksiyon(id,b);
}
yerine
a = sayi;
b = true;
fonksiyon(id,a);
yapmaktır.
1 if döngüsü 0.01 millisecond sürer(tam bir değer değil, aklımda kalanı söylüyorum)
böyle 6 tane yaptınmı boşu boşuna 0.06 millisecond süre harçamış oldun.
diğer türlü benim dediğimi yaparsan hiç if döngüsü kullanmadan 0.01 millisecond dan daha az bir sürede işini halletmiş oldun
ve if yerine switch-case kullanmakta mantıklı değildir,if in 2 katı süre harcar.
yardımcı olabildiysem ne mutlu![]()
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Her türlü plugin yazılır.
skype :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
[Mod]
Zombi Rescue => Mapper gerekli.
Castle Defense(Kale Savunması) => Mapper gerekli.
Eğer benden yardım istiyorsanız, ismimi etiketlemeyi unutmayın yoksa gözden kaçırabiliyorum
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
tnx