タグ

cacheに関するgfxのブックマーク (14)

  • GitHub - moka-rs/moka: A high performance concurrent caching library for Rust

    note v0.12.0 had major breaking changes on the API and internal behavior. Please read the MIGRATION-GUIDE.md for the details. Moka is a fast, concurrent cache library for Rust. Moka is inspired by the Caffeine library for Java. Moka provides cache implementations on top of hash maps. They support full concurrency of retrievals and a high expected concurrency for updates. All caches perform a best-

    GitHub - moka-rs/moka: A high performance concurrent caching library for Rust
    gfx
    gfx 2023/10/24
  • Cache-Control の Immutable 拡張によるリロード時のキャッシュ最適化 | blog.jxck.io

    Intro ブラウザはリロード時に、 max-age に満たないキャッシュを持っていても Conditional GET によってキャッシュの Validate (有効性の問い合わせ)を行う。 Cache-Control Extension として提案されている Immutable 拡張は、キャッシュが max-age 内であればリロード時もキャッシュヒットさせる拡張である。 このヘッダの効果と、サイトへの適用について記す。 Cache-Control Cache-Control に max-age を指定することで、ブラウザにリソースをキャッシュさせることができる。 このキャッシュは max-age の期間内は fresh とみなされ、 fresh であればサーバへの問い合わせなく再利用される。 サーバへの問い合わせ(RTT)が無いため、事実上最速のリソース取得となる。 Reload

    Cache-Control の Immutable 拡張によるリロード時のキャッシュ最適化 | blog.jxck.io
    gfx
    gfx 2017/10/23
  • Prevent unnecessary network requests with the HTTP Cache  |  Articles  |  web.dev

    Prevent unnecessary network requests with the HTTP Cache Stay organized with collections Save and categorize content based on your preferences. Fetching resources over the network is both slow and expensive: Large responses require many roundtrips between the browser and the server. Your page won't load until all of its critical resources have downloaded completely. If a person is accessing your s

    gfx
    gfx 2016/03/17
  • HttpResponseCache  |  Android Developers

    Get started Start by creating your first app. Go deeper with our training courses or explore app development on your own.

    HttpResponseCache  |  Android Developers
    gfx
    gfx 2015/06/16
  • Ehcache

    Ehcache is an open source, standards-based cache that boosts performance, offloads your database, and simplifies scalability. It's the most widely-used Java-based cache because it's robust, proven, full-featured, and integrates with other popular libraries and frameworks. Ehcache scales from in-process caching, all the way to mixed in-process/out-of-process deployments with terabyte-sized caches.

    gfx
    gfx 2015/06/16
  • Ivan Tkalin

  • #3 「あまりApplication cache(cache manifest)のことを甘く見ない方がいい」 Advent Calendar 2012 - KAYAC engineers' blog


    Androidago@kyo_ago  tech.kayac.com Advent Calendar 2012 3 Application cachecache manifest WHATWGW3HTML5 Offline Web Application URL Application cache使 使 .appcachetext/cache-manifestMIME .appcache CACHE MANIFEST: #ID+ 
    #3 「あまりApplication cache(cache manifest)のことを甘く見ない方がいい」 Advent Calendar 2012 - KAYAC engineers' blog
  • 【再録】コンピュータアーキテクチャの話(6) キャッシュの構造(基礎編) - どういう単位でキャッシュに入れるのか?

    連載はHisa Ando氏による連載「コンピュータアーキテクチャ」の初掲載(2005年9月20日掲載)から第72回(2007年3月31日掲載)までの原稿を再掲載したものとなります。第73回以降、最新のものにつきましては、コチラにて、ご確認ください。 キャッシュって何だろう? 性能の観点でCPUの仕様を見るとき、コア数、クロック周波数の次に来るのがキャッシュの容量というのが一般的であるが、キャッシュとはどういうもので、どう動くのかについてはあまり理解されていないように思われる。そこでこの一連の連載ではキャッシュについて述べようと思う。 プロセサのクロックが16MHz(GHzでは無い!)程度であった1980年代半ばまではDRAMメモリのアクセス時間も5サイクル程度であり、データをDRAMまで取りに行くことは大した問題では無かった。しかし、プロセサのクロックが1GHzを超えると、プロセサのクロ

    【再録】コンピュータアーキテクチャの話(6) キャッシュの構造(基礎編) - どういう単位でキャッシュに入れるのか?
    gfx
    gfx 2012/02/23
  • Cache::Pluggable - walf443's blog


    Cache::get/set Cache::Memcached::FasthashrefStorableget/setCache::KyotoTycoon wrapper使PluginPluginCache::Pluggable Plugin
    Cache::Pluggable - walf443's blog
    gfx
    gfx 2011/03/18
  • Cache::LRU が速い理由 - Articles Advent Calendar 2010 Hacker


     Cache::LRU Kazuho's Weblog: Cache::LRU (a handy and fast in-memory cache module in pure-perl) Cache::LRU  Cache::LRU  LRU (Least Recently Used)    2Perl 
    Cache::LRU が速い理由 - Articles Advent Calendar 2010 Hacker
  • ファイルがページキャッシュに乗っているかどうかを調べる - ablog


    Linux調C Linux調Google mincore(2)RAMmmapC #include <errno.h> /* errno */ #include <fcntl.h> /* fcntl, open */ #include <stdio.h> /* perror, fprintf, stderr, printf */ #include <stdlib.
    ファイルがページキャッシュに乗っているかどうかを調べる - ablog
  • キャッシュしよう


    mala  memcached   CPU  DateTime DateTime package MyDateTime; use strict; use base qw(DateTime); my %CACHE; sub now { my $class = shif
  • Cache::FastMmapって初めて知りました - download_takeshi’s diary


    updatemysqlendeworksCache::FastMmap mmap 使share_file 使
    Cache::FastMmapって初めて知りました - download_takeshi’s diary
  • http://1978th.net/tech/promenade.cgi?id=70

    gfx
    gfx 2010/02/16
  • 1