• Title/Summary/Keyword: 라인피봇

Search Result 2, Processing Time 0.014 seconds

Comparison of the Performance of Pivoted Pad Thrust Bearings (피봇식 패드 추력베어링의 성능 비교)

  • 김종수
    • Journal of Advanced Marine Engineering and Technology
    • /
    • v.22 no.3
    • /
    • pp.337-342
    • /
    • 1998
  • In this paper the lubrication performances of line pivoted pad thrust bearing and point pivoted pad thrust bearing are studied by a numerical analysis. The running characteristic parameters such as nondimensional load carrying capacity nondimensional friciton power loss nondimensional flow rate and film thickness ratios are calculated for various circumferential pivot positions. The results provide a usdful data for the selection of pivot position in a pivoted and thrust bearing.

  • PDF

An Implementation of Efficient Quicksort Utilizing SIMD-Based VBP Technique (SIMD 기반의 VBP 기법을 적용한 효율적인 퀵정렬의 구현)

  • Hong, Gilseok;Kim, Hongyeon;Kang, Seonghyeon;Min, Jun-Ki
    • KIISE Transactions on Computing Practices
    • /
    • v.23 no.8
    • /
    • pp.498-503
    • /
    • 2017
  • SIMD (Single Instruction Multiple Data) is a representative parallelization architecture that processes multiple data loaded in a SIMD register with a single instruction. Quicksort is a sorting algorithm that picks an element as a pivot from the array and reorders the array such that all elements having the values less than the pivot value are located in the left side on the pivot as well as all elements having the value greater than the pivot value are located in the right side on the pivot and then the algorithm performs the same task on both sublist recursively. In this paper, we propose an efficient Quicksort algorithm applying the SIMD instructions which minimally invokes conditional branches to avoid the performance degradation incurred by branch misprediction in a pipeline architecture. In addition, we improve the performance of the Quicksort algorithm by fetching data into a SIMD register as a byte unit to apply VBP (Vertical Bit Parallel) and the early pruning technique.