代码搜索:Cache优化
找到约 10,000 项符合「Cache优化」的源代码
代码结果 10,000
www.eeworm.com/read/301579/13855871
h cache.h
#ifndef __CACHE_H__
#define __CACHE_H__
#include
#include
#include
using namespace std;
typedef struct{
string mKey;
unsigned int pieceindex;
}cacheItem;
typedef st
www.eeworm.com/read/301579/13855890
cpp cache.cpp
#include "Cache.h"
#include "Sysparameter.h"
#include "BTDocument.h"
#include "BT.h"
#include "BTPeer.h"
#include "BTTracker.h"
Cache::Cache(void){
mCacheList = new list;
mCacheHi
www.eeworm.com/read/300969/13877035
c cache.c
/* The file system maintains a buffer cache to reduce the number of disk
* accesses needed. Whenever a read or write to the disk is done, a check is
* first made to see if the block is in the cac
www.eeworm.com/read/152843/5663236
c cache.c
/*
* Copyright (c) 2004 Topspin Communications. All rights reserved.
* Copyright (c) 2005 Intel Corporation. All rights reserved.
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
www.eeworm.com/read/152843/5664325
h cache.h
/*
* include/linux/nfsd/cache.h
*
* Request reply cache. This was heavily inspired by the
* implementation in 4.3BSD/4.4BSD.
*
* Copyright (C) 1995, 1996 Olaf Kirch
*/
#ifn
www.eeworm.com/read/152843/5664413
h cache.h
/*
* include/linux/sunrpc/cache.h
*
* Generic code for various authentication-related caches
* used by sunrpc clients and servers.
*
* Copyright (C) 2002 Neil Brown
*
*
www.eeworm.com/read/152843/5664559
h cache.h
#ifndef _ASM_ARCH_CACHE_H
#define _ASM_ARCH_CACHE_H
/* Etrax 100LX have 32-byte cache-lines. */
#define L1_CACHE_BYTES 32
#define L1_CACHE_SHIFT 5
#define L1_CACHE_SHIFT_MAX 5
#endif /* _ASM_ARCH_CA
www.eeworm.com/read/152843/5664587
h cache.h
#ifndef _ASM_CRIS_ARCH_CACHE_H
#define _ASM_CRIS_ARCH_CACHE_H
/* A cache-line is 32 bytes. */
#define L1_CACHE_BYTES 32
#define L1_CACHE_SHIFT 5
#define L1_CACHE_SHIFT_MAX 5
#endif /* _ASM_CRIS_ARCH
www.eeworm.com/read/152843/5665215
h cache.h
/*
* include/asm-sh/cpu-sh4/cache.h
*
* Copyright (C) 1999 Niibe Yutaka
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the m
www.eeworm.com/read/152843/5665240
h cache.h
/*
* include/asm-sh/cpu-sh3/cache.h
*
* Copyright (C) 1999 Niibe Yutaka
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the m