タグ so we
人気順 10 users 50 users 100 users 500 users 1000 usersperformance - Why is 2 * (i * i) faster than 2 * i * i in Java? - Stack Overflow
There is a slight difference in the ordering of the bytecode. 2 * (i * i): iconst_2 iload0 iload0 imul imul iadd vs 2 * i * i: iconst_2 iload0 imul iload0 imul iadd At first sight this should not make a difference; if anything the second version is more optimal since it uses one slot less. So we ... 続きを読む
165のフリーなWeb2.0風ベクターアイコン:phpspot開発日誌
liquidicity 165 Vector Icons, Now in 5 Colours You seemed to like our original set of 165 vector icons, so we thought you might like them again. 次のような165のフリーなWeb2.0風ベクターアイコンが配布されています。 イラストレーターのベクター形式な... 続きを読む
ベクターで書かれたクールなアイコン集:phpspot開発日誌
liquidicity 実165 Vector Icons, Now in 5 Colours You seemed to like our original set of 165 vector icons, so we thought you might like them again. ベクターで書かれたクールなアイコン集。 Web2.0風なグラフィックを作成する際の素材としても使えそうです。... 続きを読む