タグ

2014年9月29日のブックマーク (4件)

  • /var/log/hktechno: LINE のインターンシップの参加してきた

    2014/08/31 LINE のインターンシップの参加してきた 8月中はずっと LINE 株式会社でインターンシップをしていました。 はい、噂のアレです。 お前も40万円に釣られたのか!!って思うかもしれませんが、なかなか答えづらい質問ですね。 とはいえ、LINE ってよく考えたらインターンに行くにはすごく魅力的な会社じゃないですか? 登録ユーザー数 x 億人のアプリ 出来てからまだ3年しか経ってない サービスの質もよく出来ているように見える なのに、日ベースの会社 いい噂も、悪い噂も沢山 サービスの仕組みやプロトコル、バックエンドの規模が割と謎 せっかく機会があるのだから、これに飛びつかないのはもったいない気がします。 実際の所を言うと、他のインターンシップに申し込んでいてのですが落ちて、丁度その後申し込むのにいい期間に募集を行っていて、かつ8月中の1ヶ月間というのが僕にと

  • String Deduplication - A new feature in Java 8 Update 20

    Strings consume a lot of memory in any application. Especially the char[] containing the individual UTF-16 characters is contributing to most of the memory consumption of a JVM by each character eating up two bytes. It is not uncommon to find 30% of the memory consumed by Strings, because not only are Strings the best format to interact with humans, but also popular HTTP APIs use lots of Strings.

    String Deduplication - A new feature in Java 8 Update 20
    YuichiTanaka
    YuichiTanaka 2014/09/29
    Java8r20から使えるようになったメモリ上のStringを再利用できるオプション。
  • 再利用性を高めるAPIの設計と見極め - ワザノバ | wazanova

    https://www.youtube.com/watch?v=ZQ5_u8Lgvyk 1 comment | 0 points | by WazanovaNews ■ comment by Jshiike | 約1時間前 Casey MuratoriのGameTech Conference 2004での講演。 コードを再利用したいと皆言うけれども、いざ実践となるとなかなかうまくいかない。 ことの背景の解説とその解決策の方向性について、キャラクターアニメーションパッケージの開発を通じてCaseyが学んだことをシェアしてくれています。10年経っても変わらず、またゲーム以外の開発においても、当てはまることが多いかと。 インテグレーションのオプション あるコンポーネントをAPIを用意してゲームに組み込むインテグレーション作業と、その作業がどれだけゲームの完成に効果がある(ゲームプレイの完成とい

  • Jet Profiler for MySQL

    is a real-time query performance and diagnostics tool for the MySQL database server. Query, table and user performance Jet Profiler focuses on queries, tables and users. This gives you the information you need in order to quickly fix performance problems in your code, such as most frequent queries, most used tables or the busiest users. Graphical visualisation Data is collected, analyzed and displ

    YuichiTanaka
    YuichiTanaka 2014/09/29
    mysqlの監視ツール