タグ

Servoに関するRockridgeのブックマーク (62)

  • Parallelizing the Browser

    Browser engine written in Rust Designed for parallelism and safety Designed for embedding Probably a mobile product All modern engines designed pre-2000 Difficult to experiment or fundamentally change Security and performance are hard

    Rockridge
    Rockridge 2014/07/02
    ServoはRust言語で記述されたブラウザエンジン。処理の並列化を重視し、スクリプト処理とレイアウト処理を並列化するほか、レイアウト処理自体も並列化することを目指す。モバイル向けに製品化される可能性が高い。
  • Servo, a browser engine research project // by Paul Rouget

    Servo, a browser engine research project // by Paul Rouget To be very clear: Servo is a research project. It is not aimed to replace Gecko. It gives us the oportunity to experiment with new approaches, new patterns and new technologies, like Rust, another research projet we are working on. You know Gecko. It's the layout engine used by Firefox. While we are still working hard on adding new feature

    Rockridge
    Rockridge 2012/07/01
    Rust言語でレンダリングエンジンを構築する研究プロジェクト。モジュール化とスケーラビリティを追求する。ネットワークにはlibuvを、グラフィックスにはAzureを、JavaScriptにはSpiderMonkeyを使う。