• Title/Summary/Keyword: Improving memory

Search Result 440, Processing Time 0.026 seconds

The Effect of Idesolide on Hippocampus-dependent Recognition Memory

  • Lee, Hye-Ryeon;Choi, Jun-Hyeok;Lee, Nuribalhae;Kim, Seung-Hyun;Kim, Young-Choong;Kaang, Bong-Kiun
    • Animal cells and systems
    • /
    • v.12 no.1
    • /
    • pp.11-14
    • /
    • 2008
  • Finding a way to strengthen human cognitive functions, such as learning and memory, has been of great concern since the moment people realized that these functions can be affected and even altered by certain chemicals. Since then, plenty of endeavors have been made to look for safe ways of improving cognitive performances without adverse side-effects. Unfortunately, most of these efforts have turned out to be unsuccessful until now. In this study, we examine the effect of a natural compound, idesolide, on hippocampus-dependent recognition memory. We demonstrate that idesolide is effective in the enhancement of recognition memory, as measured by a novel object recognition task. Thus, idesolide might serve as a novel therapeutic medication for the treatment of memoryrelated brain anomalies such as mild cognitive impairment(MCI) and Alzheimer's disease.

Relation of General Characteristics and Memory Performance of Old Adults (노인의 일반적 특성과 기억수행과의 관계)

  • Kim, Jeong-Hwa;Lee, Eun-Ja
    • The Korean Journal of Rehabilitation Nursing
    • /
    • v.10 no.2
    • /
    • pp.134-140
    • /
    • 2007
  • Purpose: The purpose of this study was to find out relation of general characteristics and memory performance of old adults. Method: The subjects consisted of 160 old adults over the age 60 who living in Seoul. Data were collected by the interview method, using a structured questionnaire and the testing method on the memory performance. Data were analyzed by SPSS PC. Result: The level of memory performance is 63.0 points in the 84 point scale, immediate recall is 7.8 points in the 12 point scale, delayed recall is 7.6 points in the 12 point scale, word recognition is 16 points in the 24 point scale, & face recognition is 16 points in the 24 point scale, & face recognition is 26.8 points in the 40 point scale. Analysis of memory performance according to general characteristics showed that there were statistically differences for age, sex, religion and alcohol. Memory performance showed a significantly negative correlation with age and alcohol, but positive correlation with sex. The significant variables to predict old adults'memory performance are age and alcohol. Conclusion: The findings of this study give useful information for constructing an memory performance improving program based on general characteristics in old adults.

  • PDF

Reusing Local Regions in Memory-limited Java Virtual Machines (메모리가 제한적인 자바가상기계에서의 지역 재사용)

  • Kim, Tae-In;Kim, Seong-Gun;Han, Hwan-Soo
    • Journal of KIISE:Software and Applications
    • /
    • v.34 no.6
    • /
    • pp.562-571
    • /
    • 2007
  • Various researches had been devoted in purpose of improving memory management in terms of performance, efficiency, ease of use, and safety. One of these approaches is a region-based memory management. Each allocation site selects a specific region, after that allocated objects are placed in this region. Memory is reclaimed by destroying the region, freeing all the objects allocated therein. In this paper, we propose reusing of local regions to reduce heap memory usage in memory-limited environments. The basic idea of this proposal is reusing of upper local regions where objects that are allocated to these regions are not accessed until the current method is finished. We believe our method of reusing local regions is able to overcome memory constraints in memory-limited environments.

Using the On-Package Memory of Manycore Processor for Improving Performance of MPI Intra-Node Communication (MPI 노드 내 통신 성능 향상을 위한 매니코어 프로세서의 온-패키지 메모리 활용)

  • Cho, Joong-Yeon;Jin, Hyun-Wook;Nam, Dukyun
    • Journal of KIISE
    • /
    • v.44 no.2
    • /
    • pp.124-131
    • /
    • 2017
  • The emerging next-generation manycore processors for high-performance computing are equipped with a high-bandwidth on-package memory along with the traditional host memory. The Multi-Channel DRAM (MCDRAM), for example, is the on-package memory of the Intel Xeon Phi Knights Landing (KNL) processor, and theoretically provides a four-times-higher bandwidth than the conventional DDR4 memory. In this paper, we suggest a mechanism to exploit MCDRAM for improving the performance of MPI intra-node communication. The experiment results show that the MPI intra-node communication performance can be improved by up to 272 % compared with the case where the DDR4 is utilized. Moreover, we analyze not only the performance impact of different MCDRAM-utilization mechanisms, but also that of core affinity for processes.

Improving Log-Structured File System Performance by Utilizing Non-Volatile Memory (비휘발성 메모리를 이용한 로그 구조 파일 시스템의 성능 향상)

  • Kang, Yang-Wook;Choi, Jong-Moo;Lee, Dong-Hee;Noh, Sam-H.
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.5
    • /
    • pp.537-541
    • /
    • 2008
  • Log-Structured File System(LFS) is a disk based file system that is optimized for improving the write performance. LFS gathers dirty data in memory as long as possible, and flushes all dirty data sequentially at once. In a real system, however, maintaining dirty data in memory should be flushed into a disk to meet file system consistency issues even if more memory is still available. This synchronizations increase the cleaner overhead of LFS and make LFS to write down more metadata into a disk. In this paper, by adapting Non-volatile RAM(NV-RAM) we modifies LFS and virtual memory subsystem to guarantee that LFS could gather enough dirty data in the memory and reduce small disk writes. By doing so, we improves the performance of LFS by around 2.5 times than the original LFS.

Bitmap-based Routing Protocol for Improving Energy and Memory Efficiency (에너지 및 메모리 효율성을 개선한 비트맵기반 라우팅 프로토콜)

  • Choi, Hae Won;Kim, Sang Jin;Ryoo, Myung Chun
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.5 no.3
    • /
    • pp.59-67
    • /
    • 2009
  • This paper proposes a improved bitmap routing protocol, which finds the best energy efficient routing path by minimizing the network overheads and prolongs the overall network lifetime. Jung proposed a bitmap scheme for sensor networks. His scheme uses a bitmap table to represent the connection information between nodes. However, it has a problem that the table size is depends on the number of nodes in the sensor networks. The problem is very serious in the sensor node with a limited memory. Thereby, this paper proposes a improved bitmap routing protocol to solve the problem in Jung's scheme. Proposed protocol over the memory restricted sensor network could optimize the size of bitmap table by applying the deployed network property. Proposed protocol could be used in the diversity of sensor networks due to it has minimum memory overheads.

Divided Disk Cache and SSD FTL for Improving Performance in Storage

  • Park, Jung Kyu;Lee, Jun-yong;Noh, Sam H.
    • JSTS:Journal of Semiconductor Technology and Science
    • /
    • v.17 no.1
    • /
    • pp.15-22
    • /
    • 2017
  • Although there are many efficient techniques to minimize the speed gap between processor and the memory, it remains a bottleneck for various commercial implementations. Since secondary memory technologies are much slower than main memory, it is challenging to match memory speed to the processor. Usually, hard disk drives include semiconductor caches to improve their performance. A hit in the disk cache eliminates the mechanical seek time and rotational latency. To further improve performance a divided disk cache, subdivided between metadata and data, has been proposed previously. We propose a new algorithm to apply the SSD that is flash memory-based solid state drive by applying FTL. First, this paper evaluates the performance of such a disk cache via simulations using DiskSim. Then, we perform an experiment to evaluate the performance of the proposed algorithm.

Time-based Prospective Memory of Children : Effect of Reminder Type (기억유발자극이 아동의 시간의존적 미래계획 기억 발달에 미치는 영향)

  • Seo, Ji-Yeon;Choi, Kyoung-Sook
    • Korean Journal of Child Studies
    • /
    • v.28 no.5
    • /
    • pp.161-174
    • /
    • 2007
  • To analyze the effect of reminder type on the development of time-based prospective memory of children, 270(90 each 5-, 7-, and 9-year old) participants were randomly divided by age group into three subgroups : self-cued reminder, other-cued reminder, and control groups. Results showed that the performance of time-based prospective memory significantly increased with age, and the presentation of reminders was effective for improving the performance of time-based prospective memory. For younger children the presentation of other-cued reminder was more effective than self-cued reminder, but for the older children, presentation of self-cued reminder was more effective than other-cued reminder.

  • PDF

Improving Energy Efficiency and Lifetime of Phase Change Memory using Delta Value Indicator

  • Choi, Ju Hee;Kwak, Jong Wook
    • JSTS:Journal of Semiconductor Technology and Science
    • /
    • v.16 no.3
    • /
    • pp.330-338
    • /
    • 2016
  • Phase change memory (PCM) has been studied as an emerging memory technology for last-level cache (LLC) due to its extremely low leakage. However, it consumes high levels of energy in updating cells and its write endurance is limited. To relieve the write pressure of LLC, we propose a delta value indicator (DVI) by employing a small cache which stores the difference between the value currently stored and the value newly loaded. Since the write energy consumption of the small cache is less than the LLC, the energy consumption is reduced by access to the small cache instead of the LLC. In addition, the lifetime of the LLC is further extended because the number of write accesses to the LLC is decreased. To this end, a delta value indicator and controlling circuits are inserted into the LLC. The simulation results show a 26.8% saving of dynamic energy consumption and a 31.7% lifetime extension compared to a state-of-the-art scheme for PCM.

A Fast Redundancy Analysis Algorithm in ATE for Repairing Faulty Memories

  • Cho, Hyung-Jun;Kang, Woo-Heon;Kang, Sung-Ho
    • ETRI Journal
    • /
    • v.34 no.3
    • /
    • pp.478-481
    • /
    • 2012
  • Testing memory and repairing faults have become increasingly important for improving yield. Redundancy analysis (RA) algorithms have been developed to repair memory faults. However, many RA algorithms have low analysis speeds and occupy memory space within automatic test equipment. A fast RA algorithm using simple calculations is proposed in this letter to minimize both the test and repair time. This analysis uses the grouped addresses in the faulty bitmap. Since the fault groups are independent of each other, the time needed to find solutions can be greatly reduced using these fault groups. Also, the proposed algorithm does not need to store searching trees, thereby minimizing the required memory space. Our experiments show that the proposed RA algorithm is very efficient in terms of speed and memory requirements.