• Title/Summary/Keyword: Improving memory

Search Result 440, Processing Time 0.031 seconds

Performance Analysis of Implementation on Image Processing Algorithm for Multi-Access Memory System Including 16 Processing Elements (16개의 처리기를 가진 다중접근기억장치를 위한 영상처리 알고리즘의 구현에 대한 성능평가)

  • Lee, You-Jin;Kim, Jea-Hee;Park, Jong-Won
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.49 no.3
    • /
    • pp.8-14
    • /
    • 2012
  • Improving the speed of image processing is in great demand according to spread of high quality visual media or massive image applications such as 3D TV or movies, AR(Augmented reality). SIMD computer attached to a host computer can accelerate various image processing and massive data operations. MAMS is a multi-access memory system which is, along with multiple processing elements(PEs), adequate for establishing a high performance pipelined SIMD machine. MAMS supports simultaneous access to pq data elements within a horizontal, a vertical, or a block subarray with a constant interval in an arbitrary position in an $M{\times}N$ array of data elements, where the number of memory modules(MMs), m, is a prime number greater than pq. MAMS-PP4 is the first realization of the MAMS architecture, which consists of four PEs in a single chip and five MMs. This paper presents implementation of image processing algorithms and performance analysis for MAMS-PP16 which consists of 16 PEs with 17 MMs in an extension or the prior work, MAMS-PP4. The newly designed MAMS-PP16 has a 64 bit instruction format and application specific instruction set. The author develops a simulator of the MAMS-PP16 system, which implemented algorithms can be executed on. Performance analysis has done with this simulator executing implemented algorithms of processing images. The result of performance analysis verifies consistent response of MAMS-PP16 through the pyramid operation in image processing algorithms comparing with a Pentium-based serial processor. Executing the pyramid operation in MAMS-PP16 results in consistent response of processing time while randomly response time in a serial processor.

Extended Buffer Management with Flash Memory SSDs (플래시메모리 SSD를 이용한 확장형 버퍼 관리)

  • Sim, Do-Yoon;Park, Jang-Woo;Kim, Sung-Tan;Lee, Sang-Won;Moon, Bong-Ki
    • Journal of KIISE:Databases
    • /
    • v.37 no.6
    • /
    • pp.308-314
    • /
    • 2010
  • As the price of flash memory continues to drop and the technology of flash SSD controller innovates, high performance flash SSDs with affordable prices flourish in the storage market. Nevertheless, it is hard to expect that flash SSDs will replace harddisks completely as database storage. Instead, the approach to use flash SSD as a cache for harddisks would be more practical, and, in fact, several hybrid storage architectures for flash memory and harddisk have been suggested in the literature. In this paper, we propose a new approach to use flash SSD as an extended buffer for main buffer in database systems, which stores the pages replaced out from main buffer and returns the pages which are re-referenced in the upper buffer layer, improving the system performance drastically. In contrast to the existing approaches to use flash SSD as a cache in the lower storage layer, our approach, which uses flash SSD as an extended buffer in the upper host, can provide fast random read speed for the warm pages which are being replaced out from the limited main buffer. In fact, for all the pages which are missing from the main buffer in a real TPC-C trace, the hit ratio in the extended buffer could be more than 60%, and this supports our conjecture that our simple extended buffer approach could be very effective as a cache. In terms of performance/price, our extended buffer architecture outperforms two other alternative approaches with the same cost, 1) large main buffer and 2) more harddisks.

Erase Group Flash Translation Layer for Multi Block Erase of Fusion Flash Memory (퓨전 플래시 메모리의 다중 블록 삭제를 위한 Erase Croup Flash Translation Layer)

  • Lee, Dong-Hwan;Cho, Won-Hee;Kim, Deok-Hwan
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.46 no.4
    • /
    • pp.21-30
    • /
    • 2009
  • Fusion flash memory such as OneNAND$^{TM}$ is popular as a ubiquitous storage device for embedded systems because it has advantages of NAND and NOR flash memory that it can support large capacity, fast read/write performance and XIP(eXecute-In-Place). Besides, OneNAND$^{TM}$ provides not only advantages of hybrid structure but also multi-block erase function that improves slow erase performance by erasing the multiple blocks simultaneously. But traditional NAND Flash Translation Layer may not fully support it because the garbage collection of traditional FTL only considers a few block as victim block and erases them. In this paper, we propose an Erase Group Flash Translation Layer for improving multi-block erase function. EGFTL uses a superblock scheme for enhancing garbage collection performance and invalid block management to erase multiple blocks simultaneously. Also, it uses clustered hash table to improve the address translation performance of the superblock scheme. The experimental results show that the garbage collection performance of EGFTL is 30% higher than those of traditional FTLs, and the address translation performance of EGFTL is 5% higher than that of Superblock scheme.

MOC: A Multiple-Object Clustering Scheme for High Performance of Page-out in BSD VM (MOC: 다중 오브젝트 클러스터링을 통한 BSD VM의 페이지-아웃 성능 향상)

  • Yang, Jong-Cheol;Ahn, Woo-Hyun;Oh, Jae-Won
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.36 no.6
    • /
    • pp.476-487
    • /
    • 2009
  • The virtual memory system in 4.4 BSD operating systems exploits a clustering scheme to reduce disk I/Os in paging out (or flushing) modified pages that are intended to be replaced in order to make free rooms in memory. Upon the page out of a victim page, the scheme stores a cluster (or group) of modified pages contiguous with the victim in the virtual address space to swap disk at a single disk write. However, it fails to find large clusters of contiguous pages if applications change pages not adjacent with each other in the virtual address space. To address the problem, we propose a new clustering scheme called Multiple-Object Clustering (MOC), which together stores multiple clusters in the virtual address space at a single disk write instead of paging out the clusters to swap space at separate disk I/Os. This multiple-cluster transfer allows the virtual memory system to significantly decrease disk writes, thus improving the page-out performance. Our experiments in the FreeBSD 6.2 show that MOC improves the execution times of realistic benchmarks such as NS2, Scimark2 SOR, and nbench LU over the traditional clustering scheme ranging from 9 to 45%.

Design of Hybrid Parallel Architecture for Fast IP Lookups (고속 IP Lookup을 위한 병렬적인 하이브리드 구조의 설계)

  • 서대식;윤성철;오재석;강성호
    • Journal of the Institute of Electronics Engineers of Korea SD
    • /
    • v.40 no.5
    • /
    • pp.345-353
    • /
    • 2003
  • When designing network processors or implementing network equipments such as routers are implemented, IP lookup operations cause the major impact on their performance. As the organization of the IP address becomes simpler, the speed of the IP lookup operations can go faster. However, since the efficient management of IP address is inevitable due to the increasing number of network users, the address organization should become more complex. Therefore, for both IPv4(IP version 4) and IPv6(IP version 6), it is the essential fact that IP lookup operations are difficult and tedious. Lots of researcher for improving the performance of IP lookups have been presented, but the good solution has not been came out. Software approach alleviates the memory usage, but at the same time it si slow in terms of searching speed when performing an IP lookup. Hardware approach, on the other hand, is fast, however, it has disadvantages of producing hardware overheads and high memory usage. In this paper, conventional researches on IP lookups are shown and their advantages and disadvantages are explained. In addition, by mixing two representative structures, a new hybrid parallel architecture for fast IP lookups is proposed. The performance evaluation result shows that the proposed architecture provides better performance and lesser memory usage.

Effects of Ginseng Saponins in Energy Metabolism, Memory, and Anti-neurotoxicity

  • Wang Lawrence C.H.;Lee Tze-fun
    • Proceedings of the Ginseng society Conference
    • /
    • 2002.10a
    • /
    • pp.55-65
    • /
    • 2002
  • Ginseng has been used as a key constituent in traditional medicine prescriptions for centuries. Other than its well-known anti-stress and adaptogenic properties, ginseng has also been shown to be very effective in treating age-related deterioration in metabolic and memory functions. Although it is generally believed that the saponin (GS) fraction of the ginseng root accounts for the bioactivity of ginseng, a direct demonstration on which ginsenoside does what is still generally lacking. In the past decade, our laboratory has endeavored to identify the active GS components involved in energy metabolism, memory, and anti-neurotoxicity. To examine the ergogenic effects of GS in enhancing aerobic capacity, rats were subjected to either severe cold ($40^{\circ}C$ under helium-oxygen, two hours) or exercise workload $(70\%\;VO_{2}max,$ to exhaustion). Acute systemic injection (i.p.) of ginseng GS (5-20 mg/kg) significantly elevated both the total and maximum heat production in rats and improved their cold tolerance. However, pretreating the animal with the optimal dose (10 mg/kg) of GS devoid of $Rg_1\;and\;Rb_1$ failed to elicit any beneficial effects in improving cold tolerance. This indicates that either $Rb_1\;and/or\;Rg_1$ may be essential in exemplifying the thermogenic effect of GS. Further studies showed that only pretreating the animals with $Rb_1(2.5-5\;mg/kg),\;but\;not\;Rg_l,$ resulted in an increase in thermogenesis and cold tolerance. In contrast to the acute effect of GS on cold tolerance, enhancement of exercise performance in rats was only observed after chronic treatment (4 days). Further, we were able to demonstrate that both $Rb_1\;and\;Rg_1$ are effective in enhancing aerobic endurance by exercise. To illustrate the beneficial effects of GS in learning and memory, a passive avoidance paradigm (shock prod) was used. Our results indicated that the scopolamineinduced amnesia can be significantly reversed by chronically treating (4 days) the rats with either $Rb_1\;or\;Rg_1$ (1.25 - 2.5 mg/kg). To further examine its underlying mechanisms, the effects of various GS on ${\beta}-amyloid-modulated$ acetylcholine (ACh) release from the hippocampal slices were examined. It was found that inclusion of $Rb_1$ (0.1 ${\mu}M$), but not $Rg_1$, can attenuate ${\beta}-amyloid-suppressed$ ACh release from the hippocampal slices. Our results demonstrated that $Rb_1\;and\;Rg_1$ are the key components involved in various beneficial effects of GS but they may elicit their effects through different mechanisms.

  • PDF

The Effect of Community-Based Cognitive Stimulation Program on Cognitive Fincion and Subject Memory in the Elderly with Mild Cognitive Impairment (지역사회기반 인지자극 프로그램이 경도인지장애 노인의 인지기능과 주관적 기억에 미치는 영향)

  • Mi Young Kim;Woo Kuon Park
    • The Journal of the Convergence on Culture Technology
    • /
    • v.9 no.2
    • /
    • pp.67-71
    • /
    • 2023
  • The purpose of this study is to investigate the effect of a community-based cognitive stimulation program on cognitive function and subjective memory in the elderly with mild cognitive impairment. This study was applied by selecting 15 users who understood the purpose of this study and agreed to participate in the shelter program for more than 3 months from April 2019 to August 2019 at the D Dementia Center in G located, Gyeonggi-do. The program consisted of a total of 36 cognitive stimulation programs 3 times a week a total of 3 months. Cognitive stimulation program stimulates cognitive function through various activities such as orientation reinforcement, cognitive training, recall, music, art, and physical play, and is used for the purpose of improving social function. It consists of folk songs, percussion instruments, national gymnastics, dance, games, and traditional games. As a result of the cognitive stimulation program, the average cognitive function increased by 2.13 points from 26.33 points before implementation to 28.46 points after implementation, and a statistically significant result was obtained (p=0.000). Subjective memory decreased by 3.53 points from the average of 7.13 points before the cognitive stimulation program was implemented to 3.60 points after the implementation, and a statistically significant result was obtained (p=0.000). It can be confirmed that this works. Dementia is leading to a cost burden, and congnitive function decreases the aqulity of life. It brings various burdens. It is necessary to study cognitive stimulation programs applied to various environments in the future.

A Study to Improve the Database for the Efficiency on Railway Traffic Control System (철도관제 시스템의 효율성을 위한 데이터베이스 개선 방안 연구)

  • Jung, Hye-Ran;Cho, Woo-Sic
    • Proceedings of the KSR Conference
    • /
    • 2011.10a
    • /
    • pp.1275-1281
    • /
    • 2011
  • Most of the railway traffic control systems are using in the DBMS(Database Management System)is a disk-based DBMS. When the train schedule and the event data is inputted and referred at real time on Disk-based DBMS, it is characteristic of the slow access time and the data is preserved permanently. For this reason, this paper suggests the way of improving for Railway Traffic Control System by the hybrid DBMS using a combination of memory and disk. We apply the Hybrid DBMS to Railway Traffic Control System and compare the existing method with suggested one using the same data. As a result of comparison, we have come to the conclusion that suggested method is far more performance to shorten data access time and process a mass information than the previous methods.

  • PDF

Effective Learning Tasks and Activities to Improve EFL Listening Comprehension

  • Im, Byung-Bin
    • English Language & Literature Teaching
    • /
    • no.6
    • /
    • pp.1-24
    • /
    • 2000
  • Listening comprehension is an integrative and creative process of interaction through which listeners receive speakers' production of linguistic or non-linguistic knowledge. Compared with reading comprehension, it may arouse difficulties and thus impose more burdens on foreign learners. The Audio-Lingual Method focused primarily on speaking. Mimicry, repetition, rote memory, and transformation drills actually interfered with listening comprehension. So learners lost interest and were not highly motivated. Improving listening comprehension requires continual attentiveness and interest. Listening skill can be extended systematically only when students are frequently exposed to a wide range of listening materials with an affective, cultural, social, and psycholinguistic approach. Therefore, teachers should help students learn how to comprehend intactly the overall meaning of intended messages. The literature on teaching listening skill suggests various useful activities: TPR, dictation, role playing, singing, picture recognition, completion, prediction, seeking specific information, summarizing, labeling, humor, jokes, cartoons, media, and so on. Practical classroom teaching necessitates a systematic procedure in which students should take part in meaningful tasks/activities. In addition to this, learners must practice listening comprehension trough a self-study process.

  • PDF

On a Performance Evaluation of the Pitch Alteration Techniques of speech waveform coding (피치 변경법의 성능평가)

  • Kim, Hong;Bae, Seong-Gyun;Jo, Wang-Rae;Bae, Myung-Jin
    • Proceedings of the Acoustical Society of Korea Conference
    • /
    • 1994.06c
    • /
    • pp.103-106
    • /
    • 1994
  • Generally we are used to apply waveform coding method obtaining the high quality synthesized speech. But we have to solve the problems, memory capacity and pitch alteration, for applying the waveform coding method to speech synthesis by rule. The former problem is conquered by improving the integrated semiconductor technology, but the latter problem remains. In this paper, we compare the methods that have proposed for pitch alteration in our laboratory until now. These methods are not change properties of vocal tract formants and only altered the pitch halving method, 1.14% for cepstrum analysis method, and 2.36% for hamonics compensated with the phase method.

  • PDF