• Title/Summary/Keyword: Smart Pointer

Search Result 12, Processing Time 0.014 seconds

Ultrasonics and electromagnetics for a wireless corrosion sensing system embedded in structural concrete

  • Hietpas, K.;Ervin, B.;Banasiak, J.;Pointer, D.;Kuchma, D.A.;Reis, H.;Bernhard, J.T.
    • Smart Structures and Systems
    • /
    • v.1 no.3
    • /
    • pp.267-282
    • /
    • 2005
  • This work describes ongoing development of an embedded sensor system for the early detection and prevention of deterioration of reinforcing steel tendons within reinforced concrete. These devices will evaluate the condition of the steel tendon using ultrasonic techniques and then wirelessly transmit this data to the outside world without human intervention. The ultrasonic transducers and the interpretation of the sensed signals that allow detection and prognosis of tendon condition are detailed. Electrical characterization of concrete mixtures used in bridge construction is conducted and a wideband microstrip antenna is designed and fabricated to operate between 2.4 and 2.5 GHz when embedded in such a medium. Simulations and measurements of the embedded antenna element are presented. Transceiver selection and implementation are discussed as well as future work in operational protocols, sensor networking, and power sources. By implementing commercially available off-the-shelf components whenever possible, these devices have the potential to save millions of dollars a year in evaluation, repair and replacement of reinforced concrete.

An Enhancing Technique for Scan Performance of a Skip List with MVCC (MVCC 지원 스킵 리스트의 범위 탐색 향상 기법)

  • Kim, Leeju;Lee, Eunji
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.20 no.5
    • /
    • pp.107-112
    • /
    • 2020
  • Recently, unstructured data is rapidly being produced based on web-based services. NoSQL systems and key value stores that process unstructured data as key and value pairs are widely used in various applications. In this paper, a study was conducted on a skip list used for in-memory data management in an LSM-tree based key value store. The skip list used in the key value store is an insertion-based skip list that does not allow overwriting and processes all changes only by inserting. This behavior can support Multi-Version Concurrency Control (MVCC), which can simultaneously process multiple read/write requests through snapshot isolation. However, since duplicate keys exist in the skip list, the performance significantly degrades due to unnecessary node visits during a list traverse. In particular, serious overhead occurs when a range query or scan operation that collectively searches a specific range of data occurs. This paper proposes a newly designed Stride SkipList to reduce this overhead. The stride skip list additionally maintains an indexing pointer for the last node of the same key to avoid unnecessary node visits. The proposed scheme is implemented using RocksDB's in-memory component, and the performance evaluation shows that the performance of SCAN operation improves by up to 350 times compared to the existing skip list for various workloads.