【24h】

A Parallelized Binary Search Tree

机译:并行二进制搜索树

获取原文
           

摘要

PTTRNFNDR is an unsupervised statistical learning algorithm that detects patterns in DNA sequences, protein sequences, or any natural language texts that can be decomposed into letters of a finite alphabet. PTTRNFNDR performs complex mathematical computations, and its processing time increases when input texts become large. To achieve better speed performance, several strategies were applied in the implementation of the program, including parallel operations of binary search trees. A standard binary search tree is not thread-safe due to its dynamic insertions and deletions. Here, we adjusted the standard binary search tree for parallelized operations to achieve improved performance of the PTTRNFNDR algorithm. The method can be applied to other software platforms to quicken data searching through parallel operations of binary search trees when several conditions are met.
机译:PTTRNFNDR是一种无监督的统计学习算法,可检测可分解为有限字母的DNA序列,蛋白质序列或任何自然语言文本中的模式。 PTTRNFNDR执行复杂的数学计算,并且当输入文本变大时,其处理时间也会增加。为了获得更好的速度性能,该程序的实施中采用了几种策略,包括二进制搜索树的并行操作。标准的二叉搜索树由于其动态插入和删除而并非线程安全的。在这里,我们针对并行操作调整了标准的二进制搜索树,以提高PTTRNFNDR算法的性能。当满足多个条件时,该方法可以应用于其他软件平台,以通过二叉搜索树的并行操作来加快数据搜索。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号