Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.100 Times

Cache Misses freeware
Filter: All | Freeware | Demo
 

Cache Misses

1 2 3 4 5 > 
Added: October 15, 2010 | Visits: 861

RDVIS RDVIS tool helps programmers pin-point the sources of cache misses and poor temporal locality in their source code. The visualization often directs the experienced programmer towards the necessary program transformations within a few minutes. The tool consists of two parts: a GUI that...



Platforms: *nix

License: Freeware Size: 3.8 MB Download (100): RDVIS Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 272

SLO-SuggestionsForLocalityOptimizations SLO profiles the data locality in your program, and afterwards suggests refactorings that can improve that data locality, leading to fewer cache misses and faster execution.





Platforms: Windows, Mac, Linux

License: Freeware Size: 3.81 MB Download (48): SLO-SuggestionsForLocalityOptimizations Download

Added: July 30, 2013 | Visits: 403

Cache-Optimized Concurrent Skip List The cache-optimized concurrent skip list is a set of algorithms for maintaining dynamic ordered mappings. Top-down balancing algorithms minimize cache-misses while using a per-node read-write spinlock to coordinate shared access. Designed for Linux 2.4.


Platforms: *nix

License: Freeware Size: 296.96 KB Download (35): Cache-Optimized Concurrent Skip List Download

Added: February 18, 2010 | Visits: 1.389

Performance Application Programming Interface PAPI aims to provide the tool designer and application engineer with a consistent interface and methodology for use of the performance counter hardware found in most major microprocessors. PAPI enables software engineers to see, in near real time, the relation between software performance and...


Platforms: *nix

License: Freeware Size: 2.9 MB Download (105): Performance Application Programming Interface Download

Added: February 01, 2010 | Visits: 1.382

Acovea Acovea implements a genetic algorithm for finding the "best" options for compiling programs with the GCC C and C++ compilers. ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the "best" options for compiling programs with the GNU Compiler...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (97): Acovea Download

Released: October 03, 2000  |  Added: June 08, 2006 | Visits: 4.144

Cache Lister for WinGate Cache Lister generates a listing of all URLs which are in WinGates cache. The information listed for each entry includes URL, cache file, size, cache hits, content type and access/modification date. This listing can be used to eliminate old or unwanted content from the cache.


Platforms: Windows

License: Freeware Size: 185 KB Download (352): Cache Lister for WinGate Download

Added: June 14, 2006 | Visits: 8.011

IE Cache&History Viewer The ‘IE Cache and History viewer‘ is a simple and fast freeware utility that allows you manage the internet explorer cache. You can examine web pages you have visited and show them in the internal web browser, view a content of temporary files and cookies. It provides the function to clean...


Platforms: Windows

License: Freeware Size: 641 KB Download (667): IE Cache&History Viewer Download

Added: January 18, 2010 | Visits: 1.358

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): CGI::Cache Download

Added: January 18, 2010 | Visits: 1.090

CPAN::Cache CPAN::Cache is a Perl module abstract locally-cached logical subset of a CPAN mirror. There have been any number of scripts and modules written that contain as part of their functionality some form of locally stored partial mirror of the CPAN dataset. CPAN::Cache does the same thing, except...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (102): CPAN::Cache Download

Added: September 07, 2010 | Visits: 1.180

Cache::Memcached::Tie Cache::Memcached::Tie is a Perl module created for using Cache::Memcached as hash. SYNOPSIS #!/usr/bin/perl -w use strict; use Cache::Memcached::Tie; my %hash; my $memd=tie %hash,Cache::Memcached::Tie, {servers=>[192.168.0.77:11211]}; $hash{b}=[a,{b=>a}]; print $hash{a}; print...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Cache::Memcached::Tie Download

Added: November 07, 2010 | Visits: 1.138

Cache-Memcached-Tie Cache-Memcached-Tie is a tie for Cache::Memcached. Installation: To install this module type the following: perl Makefile.PL make make test make install.


Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): Cache-Memcached-Tie Download

Added: August 08, 2010 | Visits: 1.128

Cache::BerkeleyDB Cache::BerkeleyDB Perl module implements the Cache::Cache interface. This module implements the Cache interface provided by the Cache::Cache family of modules written by DeWitt Clinton. It provides a practically drop-in replacement for Cache::FileCache. As should be obvious from the name, the...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Cache::BerkeleyDB Download

Added: November 02, 2010 | Visits: 1.088

Cache::Static Cache::Static is a Perl module used for caching without freshness concerns. SYNOPSIS HTML::Mason instructions In handler.pl: use Cache::Static; In any component you where you have a well defined set of dependencies which change the output: < %init > my $_cs_deps = [ #file dependencies...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (97): Cache::Static Download

Added: November 24, 2010 | Visits: 1.120

Cache::Repository Cache::Repository is a Perl module used to cache generic file repository. SYNOPSIS my $rep = Cache::Repository->new( style => Filesys, # options for the F::R driver ); $rep->add_files(tag => groupname, files => @filenames, basedir => /tmp, move => 1, ); $rep->add_filehandle(tag =>...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Cache::Repository Download

Added: October 09, 2010 | Visits: 943

Cache::Cache Cache::Cache Perl module contains the Cache interface. The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): Cache::Cache Download

Added: May 20, 2010 | Visits: 2.048

Cache::Memcached::Managed Cache::Memcached::Managed is a Perl module that provides an API for managing cached information. SYNOPSIS use Cache::Memcached::Managed; my $cache = Cache::Memcached::Managed->new( 127.0.0.1:12345 ); $cache->set( $value ); $cache->set( $value,$id ); $cache->set( value => $value, id...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (98): Cache::Memcached::Managed Download

Added: May 01, 2010 | Visits: 1.107

Cache::Memcached::XS Cache::Memcached::XS is a client library for memcached (memory cache daemon) using libmemcache. SYNOPSIS use Cache::Memcached::XS; $memd = new Cache::Memcached { servers => [ "10.0.0.15:11211", "10.0.0.15:11212", "10.0.0.17:11211", [ "10.0.0.17:11211", 3 ] ], compress_threshold =>...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): Cache::Memcached::XS Download

Added: February 15, 2010 | Visits: 1.262

Cache Status Cache Status displays cache status and allows easy management from status bar. This utility extension monitors your cache statistics for both memory and disk devices, pulling the numbers straight from the same place that about:cache does. You can also clear your cache by right-clicking on the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (106): Cache Status Download

Added: February 04, 2010 | Visits: 1.077

Apache::Cache Apache::Cache is a cache data accessible between Apache childrens. SYNOPSIS use Apache::Cache qw(:status); my $cache = new Apache::Cache(default_expires_in=>"5 minutes"); # if the if the next line is called within 10 minutes, then this # will return the cache value overwise, this will...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Apache::Cache Download

Added: June 26, 2010 | Visits: 1.616

OpenSymphony Cache OSCache is a high performance J2EE caching solution that can cache portions of JSP pages, entire HTTP responses (including dynamically generated images), and arbitrary Java objects. OpenSymphony Cache can provide your J2EE application with huge performance gains and graceful error tolerance...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (113): OpenSymphony Cache Download

1 2 3 4 5 >