JPH11184858A - Two division search method/device - Google Patents

Two division search method/device

Info

Publication number
JPH11184858A
JPH11184858A JP9357296A JP35729697A JPH11184858A JP H11184858 A JPH11184858 A JP H11184858A JP 9357296 A JP9357296 A JP 9357296A JP 35729697 A JP35729697 A JP 35729697A JP H11184858 A JPH11184858 A JP H11184858A
Authority
JP
Japan
Prior art keywords
search
address
data
comparison
target data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP9357296A
Other languages
Japanese (ja)
Inventor
Yoshihiro Ishida
芳弘 石田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
JFE Steel Corp
Original Assignee
Kawasaki Steel Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kawasaki Steel Corp filed Critical Kawasaki Steel Corp
Priority to JP9357296A priority Critical patent/JPH11184858A/en
Priority to US09/215,556 priority patent/US6532468B2/en
Publication of JPH11184858A publication Critical patent/JPH11184858A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To optimize a processing for reading a search object data from a storage device, to improve a processing speed of two division search and to shorten whole processing time required for two division search through the use of a single port memory whose read-out speed is the same as a former one. SOLUTION: Two division search is executed in order from the left of tree of search addresses. The search addresses are arranged so that a search address whose LSB (lowest bit) is zero is an even address and that whose LSB is '1' is an odd address and the two addresses being next search objects can simultaneously be read in the tree. Search object data are separated into data of an even address and those of an odd address in the successive addresses and they are allocated to the two storage devices. Then, reading of the two storage devices is performed simultaneously and the reading/comparison of data can be processed in parallel.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、その値に応じ昇順
又は降順に、連続するアドレスに格納された探索対象デ
ータを逐一読み出し、探索キーの比較データと照合する
二分探索方法及び装置に係り、特に、記憶装置から探索
対象データを読み出す処理の最適化を図り、読み出し速
度が従来と同じシングルポートメモリを用いながらも、
二分探索の処理速度を向上し、二分探索に要する全体の
処理時間を短縮することができる二分探索方法及び装置
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a binary search method and apparatus for reading out search target data stored at consecutive addresses one by one in ascending or descending order according to the value thereof and collating it with comparison data of a search key. In particular, while optimizing the process of reading the search target data from the storage device and using a single-port memory with the same reading speed as the conventional one,
The present invention relates to a binary search method and apparatus capable of improving the processing speed of a binary search and reducing the overall processing time required for the binary search.

【0002】[0002]

【従来の技術】例えば、図1のように、探索アドレスが
2進数表現で(N+1)桁で、合計(2(N+1) −2)個
の探索対象データが、その値に応じ昇順又は降順に格納
されているとする。このように、連続する探索アドレス
に格納された探索対象データを、逐一読み出し、探索キ
ーの比較データと照合する二分探索方法における場合の
処理を考える。
2. Description of the Related Art For example, as shown in FIG. 1, a search address is represented by (N + 1) digits in binary notation, and a total of (2 (N + 1) -2) pieces of search target data are arranged in ascending order or according to the value. It is assumed that they are stored in descending order. As described above, consider a process in the binary search method in which search target data stored at consecutive search addresses is read out one by one and collated with search key comparison data.

【0003】この場合、二分探索では、通常、第1回目
の探索アドレスは、連続するアドレスのアドレス空間に
おいて中間の、図中において符号A1で示す“1000
00………0000”となる。又、該探索アドレスにあ
るデータと、探索キーの比較データとの比較結果に応
じ、次の探索アドレスは、“010000………000
0”、又は“110000………0000”となる。
In this case, in the binary search, usually, the first search address is “1000” shown in the figure by reference numeral A1 in the middle of the address space of the continuous addresses.
00 ... 0000 "In addition, according to the comparison result between the data at the search address and the comparison data of the search key, the next search address becomes" 010000 ... 000 ".
0 "or" 110000... 0000 ".

【0004】二分探索では、このように、探索アドレス
空間の中間のアドレスを境界として該探索アドレス空間
を2分割し、又この境界のアドレス、即ち探索アドレス
にあるデータを比較データと比較する。更に、該比較結
果に応じて、2分割されたアドレス空間の一方を採用
し、その採用されたアドレス空間を次の探索アドレス空
間とする。以降同様に、今回の該探索アドレス空間にお
ける中間のアドレスを境界とし、処理を繰り返して行
く。二分探索ではこのように、探索アドレス空間を順次
2分割しながら、目的のデータを見出して行く。
In the binary search, the search address space is divided into two with the middle address of the search address space as a boundary, and the address at the boundary, that is, the data at the search address is compared with the comparison data. Further, one of the two divided address spaces is adopted according to the comparison result, and the adopted address space is set as the next search address space. Thereafter, similarly, the process is repeated with an intermediate address in the current search address space as a boundary. In the binary search, target data is found while sequentially dividing the search address space into two.

【0005】二分探索法は、n個のデータに対する検索
のための時間がlog(n)に比例するため、大量のデ
ータを対象とした検索方法としてよく用いられる方法で
ある。図2に示すような構成の二分探索装置を考えた場
合、1回分の処理は、図3に示すように、探索対象デー
タ記憶装置30からデータを読み込む処理が1つと、読
み込んだデータと比較データとの比較の処理が1つとい
うように、2つの処理から構成される。図示されるよう
に、二分探索では、これら読込み処理と比較処理とが繰
り返される。ここで、読み込みおよび比較を行う時間を
Ctとする。すると、全体での処理時間Tは、次式のよ
うになる。
[0005] The binary search method is a method often used as a search method for a large amount of data because the search time for n data is proportional to log (n). When a binary search device having a configuration as shown in FIG. 2 is considered, one process includes, as shown in FIG. 3, one process for reading data from the search target data storage device 30, and a process for reading the read data and the comparison data. Is composed of two processes, such as one process for comparison with. As illustrated, in the binary search, the reading process and the comparing process are repeated. Here, the time for reading and comparing is defined as Ct. Then, the total processing time T is as follows.

【0006】 T=(2×Ct×log(n)) …(1)T = (2 × Ct × log (n)) (1)

【0007】なお、図2において、アドレス設定装置1
0Aと、探索対象データ記憶装置30とは、アドレスバ
ス5で接続されている。データ比較装置20Aの探索デ
ータレジスタ22Aと、探索対象データ記憶装置30と
は、データバス7で接続されている。アドレス設定装置
10Aは、二分探索に際して、探索アドレスを順次出力
する。探索対象データ記憶装置30は、該探索アドレス
に該当する探索対象データを、データ比較装置20Aの
探索データレジスタ22Aに出力する。データ比較装置
20Aは、探索データレジスタ22Aのこのデータと、
比較データレジスタ24Aに予め設定されている探査し
ようとするデータとを比較する。
In FIG. 2, an address setting device 1
0A and the search target data storage device 30 are connected by the address bus 5. The search data register 22A of the data comparison device 20A and the search target data storage device 30 are connected by the data bus 7. The address setting device 10A sequentially outputs the search addresses during the binary search. The search target data storage device 30 outputs the search target data corresponding to the search address to the search data register 22A of the data comparison device 20A. The data comparison device 20A compares the data in the search data register 22A with
The data is compared with data to be searched which is set in the comparison data register 24A in advance.

【0008】[0008]

【発明が解決しようとする課題】ここで、図3に示され
るように、二分探索で繰り返される読込み処理及び比較
処理は、交互になされる。このため、図4に示されるよ
うに、探索対象データ記憶装置30側から見てみると、
全体の処理時間の半分は空いていることになる。図4で
は、これら読込み処理、及び比較処理を分離して図示し
ている。
Here, as shown in FIG. 3, the reading process and the comparison process repeated in the binary search are performed alternately. Therefore, as shown in FIG. 4, when viewed from the search target data storage device 30 side,
Half of the total processing time is free. FIG. 4 shows the reading process and the comparing process separately.

【0009】図4において、まず、データ比較装置20
Aにおいて、探索データレジスタ22Aのデータと比較
データレジスタ24Aのデータとを比較する処理の期間
は、図中破線で示すように、読み出し処理はなされな
い。一方、アドレス設定装置10Aからの探索アドレス
に応じ、探索対象データ記憶装置30から探索データレ
ジスタ22Aに対する読み出し処理の期間は、図中破線
で示すように、比較処理はなされない。
In FIG. 4, first, the data comparison device 20
In A, during the process of comparing the data in the search data register 22A with the data in the comparison data register 24A, the read process is not performed as shown by the broken line in the figure. On the other hand, during the period of the read process from the search target data storage device 30 to the search data register 22A according to the search address from the address setting device 10A, the comparison process is not performed as shown by the broken line in the figure.

【0010】本発明は、前記従来の問題点を解決するべ
くなされたもので、記憶装置から探索対象データを読み
出す処理の最適化を図り、読み出し速度が従来と同じシ
ングルポートメモリを用いながらも、二分探索の処理速
度を向上し、二分探索に要する全体の処理時間を短縮す
ることができる二分探索方法及び装置を提供することを
目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned conventional problems. The present invention aims at optimizing a process of reading data to be searched from a storage device and using a single-port memory having the same read speed as the conventional one. An object of the present invention is to provide a binary search method and apparatus capable of improving the processing speed of the binary search and reducing the overall processing time required for the binary search.

【0011】ここで、シングルポートメモリとは、内蔵
するメモリセルマトリックスの各メモリセルに対して、
一組のワード線及びビット線を備えた、一般的なメモリ
である。該シングルポートメモリに対して、一方、2ポ
ートメモリ、ないしはマルチポートメモリは、各メモリ
セルに対して、2組ないしは複数組のワード線及びビッ
ト線を備え、複数組のワード線及びビット線を用いて、
内蔵する異なるメモリセルに対して同時にアクセスでき
る特殊なメモリである。第1発明及び第2発明では、こ
のような2ポートメモリやマルチポートメモリを用いて
もよいが、シングルポートメモリでも、効果を得られる
ようにしている。
Here, a single-port memory refers to each memory cell of a built-in memory cell matrix.
It is a common memory with a set of word lines and bit lines. For the single-port memory, on the other hand, the two-port memory or the multi-port memory includes two or more sets of word lines and bit lines for each memory cell. make use of,
This is a special memory that can simultaneously access different built-in memory cells. In the first invention and the second invention, such a two-port memory or a multi-port memory may be used, but the effect can be obtained even with a single-port memory.

【0012】[0012]

【課題を解決するための手段】まず、本願の第1発明の
二分探索方法は、その値に応じ昇順又は降順に、連続す
るアドレスに格納された探索対象データを逐一読み出
し、探索キーの比較データと照合する二分探索方法にお
いて、前記探索対象データを、連続アドレスの内で奇数
アドレスのデータ、及び偶数アドレスのデータで区別
し、2つの記憶装置に割り振り、記憶しておき、前記探
索対象データを逐一読み出す際、奇数アドレスのデー
タ、及び偶数アドレスのデータを同時に読み出すように
して、2つの前記記憶装置に対する読み出しが同時にな
るようにし、前記記憶装置のアクセスの空き時間をなく
すことにより、前記課題を解決したものである。
First, a binary search method according to the first invention of the present application reads out search target data stored at consecutive addresses one by one in ascending or descending order according to the value thereof, and searches for search key comparison data. In the binary search method, the search target data is distinguished between odd-address data and even-address data among consecutive addresses, allocated to two storage devices and stored, and the search target data is stored. When reading one by one, the data of the odd address and the data of the even address are read simultaneously, so that the two storage devices are read simultaneously, and the free time of access to the storage devices is eliminated, thereby solving the above problem. It is a solution.

【0013】次に、本願の第2発明の二分探索装置は、
その値に応じ昇順又は降順に、連続するアドレスに格納
された探索対象データを逐一読み出し、探索キーの比較
データと照合する二分探索装置において、前記照合を行
うデータ比較装置と、前記探索対象データを逐一読み出
す際、該読み出しのアドレスを2進数表現した場合にL
SB(least significant bit )の値が異なるように、
2つのアドレスを設定するアドレス設定装置と、前記探
索対象データを、前記連続アドレスの内で奇数アドレス
のデータ、及び偶数アドレスのデータで区別し、該探索
対象データの内、奇数アドレスのデータを記憶する第1
記憶装置と、該探索対象データの内、偶数アドレスのデ
ータを記憶する第2記憶装置とを備え、奇数アドレスの
データ、及び偶数アドレスのデータを同時に読み出すよ
うにして、2つの前記記憶装置に対する読み出しが同時
になるようにし、前記課題を解決したものである。
Next, the binary search device of the second invention of the present application
In a binary search device that reads out the search target data stored at successive addresses one by one according to the value in ascending or descending order and compares the search target data with search key comparison data, When reading one by one, when the address of the reading is expressed in a binary number, L
As the value of SB (least significant bit) is different,
An address setting device for setting two addresses, and distinguishing the search target data by odd-numbered address data and even-numbered address data among the continuous addresses, and storing odd-numbered address data among the search target data. First
A second storage device for storing data of an even address out of the search target data, wherein data of an odd address and data of an even address are simultaneously read, so that reading from the two storage devices is performed. Are at the same time, and the problem is solved.

【0014】以下、本願の第1発明及び第2発明の作用
について、簡単に説明する。
Hereinafter, the operation of the first and second aspects of the present invention will be briefly described.

【0015】例えば、探索アドレスが“3(00000
0………0011)”のアドレスに収納されている探索
対象データと一致する比較データが探索キーとして与え
られ、図2の比較データレジスタ24Aに格納されてい
る場合、図1に示される探索アドレスにおいて、以下の
ような探索アドレスで逐一探索対象データを読み出し、
探索キーの比較データと照合する比較が行われることに
なる。
For example, if the search address is "3 (00000)
0... 0011) "is given as a search key and is stored in the comparison data register 24A of FIG. 2 when the search data is stored in the comparison data register 24A of FIG. In, the search target data is read out one by one at the following search address,
A comparison for collating with the comparison data of the search key is performed.

【0016】 第1段階:符号A1で示す“100000………0000(偶数アドレス)” 第2段階:符号A2で示す“010000………0000(偶数アドレス)” 第3段階:“001000………0000(偶数アドレス)” 第4段階:“000100………0000(偶数アドレス)” ……… ………First stage: “100000... 0000 (even address)” indicated by reference sign A1 Second stage: “010000... 0000 (even address)” indicated by reference sign A2 Third step: “001000... 0000 (even address) ”Fourth stage:“ 000100... 0000 (even address) ”...

【0017】ここで、従来の二分探索では、最後の探索
対象データの読み出しまでは、一般に、探索アドレスは
偶数アドレスである。そして、最後の探索対象データの
読み出しのみが、奇数アドレスで行われる。例えば、上
記の第1段階から第4段階まででも、全て偶数アドレス
である。
In the conventional binary search, the search address is generally an even address until the last search target data is read. Then, only the last search target data is read at an odd address. For example, all of the first to fourth stages are even addresses.

【0018】図1に注目してみると、上記の第1段階に
おける、符号A1の偶数アドレスの探索アドレスに隣接
する、符号A3やA4の探索アドレスは奇数アドレスで
ある。又、上記の第2段階における、符号A2の偶数ア
ドレスの探索アドレスに隣接する、符号A5やA6の探
索アドレスは奇数アドレスである。
Referring to FIG. 1, the search addresses A3 and A4 adjacent to the search address of the even address of the code A1 in the first stage are odd addresses. The search addresses A5 and A6 adjacent to the search address of the even address of the code A2 in the second stage are odd addresses.

【0019】このように偶数アドレスに隣接するアドレ
スは奇数アドレスであり、奇数アドレスに隣接するアド
レスは偶数アドレスである。即ち、探索アドレスをずら
し、探索アドレスの操作変更を行うことで、奇数アドレ
スにも偶数アドレスにもすることができる。従って、こ
のように探索アドレスを操作変更すれば、二分探索にお
いて探索対象データを逐一読み出す際、奇数アドレスの
データ、及び偶数アドレスのデータを同時に読み出すよ
うにすることは可能である。
Thus, an address adjacent to an even address is an odd address, and an address adjacent to an odd address is an even address. That is, by shifting the search address and changing the operation of the search address, the address can be changed to an odd address or an even address. Therefore, by changing the operation of the search address in this way, it is possible to simultaneously read the data of the odd address and the data of the even address when reading the search target data one by one in the binary search.

【0020】次回の探索対象アドレスは、高々2つであ
り、この2つのアドレスが奇数アドレスと偶数アドレス
になるようにすればよい。
There are at most two addresses to be searched next time, and these two addresses may be an odd address and an even address.

【0021】なお、このように探索アドレスを操作変更
する場合、二分探索に際して、比較する探索対象データ
に漏れがないように注意する必要がある。このため、後
述する実施形態の図8や図9ではアンダラインの探索ア
ドレスのように、探索ツリーに重複して出てくるアドレ
スがある。
When the search address is changed as described above, it is necessary to take care not to omit any data to be compared in the binary search. For this reason, in FIG. 8 and FIG. 9 of the embodiment described later, there are addresses that appear redundantly in the search tree, such as underline search addresses.

【0022】又、探索対象データを、連続アドレスの内
で奇数アドレスのデータ、及び偶数アドレスのデータで
区別し、2つの記憶装置に割り振り、記憶しておく。す
ると、上記のように次回の探索対象となる奇数アドレス
のデータ、及び偶数アドレスのデータで同時に読み出す
と、2つの記憶装置に対する読み出しが同時になる。
Further, the search target data is distinguished by odd-numbered address data and even-numbered address data among the continuous addresses, and is allocated and stored in two storage devices. Then, as described above, when the data of the odd address and the data of the even address to be searched next time are simultaneously read, the reading to the two storage devices is performed simultaneously.

【0023】又、2つの記憶装置に対する読み出しが同
時になると、比較処理を連続して行うことができる(図
6)。このため、記憶装置からの探索対象データの読み
出し速度が従来と同じシングルポートメモリを用いなが
らも、二分探索の処理速度を向上し、二分探索に要する
全体の処理時間を短縮することができる。
When reading from two storage devices is performed simultaneously, comparison processing can be performed continuously (FIG. 6). For this reason, the processing speed of the binary search can be improved, and the overall processing time required for the binary search can be reduced while using the same single-port memory as that for reading the search target data from the storage device.

【0024】なお、本願の第1発明も第2発明も、前述
のような探索アドレスの操作変更方法を具体的に限定す
るものではない。例えば、後述する実施形態のように、
演算によって論理的に探索アドレスを生成してもよい。
あるいは、何らかの変換テーブルを用いて、探索アドレ
スの操作変更を行ってもよい。又、探査ツリーで示され
る、このような操作変更で生成される探索アドレスの順
を、これら第1発明及び第2発明は具体的に限定するも
のではない。
Note that neither the first invention nor the second invention of the present application specifically limits the above-described search address operation changing method. For example, as in an embodiment described later,
The search address may be logically generated by an operation.
Alternatively, the operation of the search address may be changed using some kind of conversion table. The first and second inventions do not specifically limit the order of search addresses generated by such an operation change as indicated by the search tree.

【0025】[0025]

【発明の実施の形態】以下、図を用いて本発明の実施の
形態を詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below in detail with reference to the drawings.

【0026】図5は、本願の第1発明の二分探索方法及
び第2発明の二分探索装置が適用された実施形態の二分
探索装置の構成を示すブロック図である。
FIG. 5 is a block diagram showing the configuration of a binary search device according to an embodiment to which the binary search method of the first invention and the binary search device of the second invention are applied.

【0027】図5において、アドレス設定装置10と、
探索対象データ記憶装置31とは、アドレスバス5Aで
接続されている。データ比較装置20の探索データレジ
スタ22と、探索対象データ記憶装置31とは、データ
バス7Aで接続されている。アドレス設定装置10と、
探索対象データ記憶装置32とは、アドレスバス5Bで
接続されている。データ比較装置20の探索データレジ
スタ22と、探索対象データ記憶装置32とは、データ
バス7Bで接続されている。又、データ比較装置20か
らアドレス設定装置10へは、比較結果を示す信号線が
接続されている。
In FIG. 5, an address setting device 10 includes:
The search target data storage device 31 is connected by an address bus 5A. The search data register 22 of the data comparison device 20 and the search target data storage device 31 are connected by the data bus 7A. An address setting device 10,
The search target data storage device 32 is connected by the address bus 5B. The search data register 22 of the data comparison device 20 and the search target data storage device 32 are connected by a data bus 7B. Further, a signal line indicating a comparison result is connected from the data comparison device 20 to the address setting device 10.

【0028】アドレス設定装置10は、二分探索に際し
て、探索アドレスを順次出力する。2つの探索アドレス
に対して、探索対象データ記憶装置31は、該探索奇数
アドレスに該当する探索対象データを、データ比較装置
20の探索データレジスタ22に出力する。又、同時
に、探索対象データ記憶装置32は、該探索偶数アドレ
スに該当する探索対象データを、データ比較装置20の
探索データレジスタ22に出力する。
The address setting device 10 sequentially outputs search addresses in a binary search. For the two search addresses, the search target data storage device 31 outputs search target data corresponding to the search odd address to the search data register 22 of the data comparison device 20. At the same time, the search target data storage device 32 outputs search target data corresponding to the search even address to the search data register 22 of the data comparison device 20.

【0029】ここで、以降、探索対象データ記憶装置3
1を奇数バンクと称する。又、探索対象データ記憶装置
32を偶数バンクと称する。
Hereafter, the search target data storage device 3
1 is referred to as an odd bank. Further, the search target data storage device 32 is referred to as an even bank.

【0030】データ比較装置20は、探索データレジス
タ22に読み出されたデータと、比較データレジスタ2
4に予め設定されている探査しようとする、探索キーと
なる比較データとを比較し、照合する。該比較の最中に
は、図6や図7のように、次の探索対象データの読み出
しの少なくとも一部処理が並行処理される。
The data comparison device 20 compares the data read into the search data register 22 with the comparison data register 2
4 is compared with comparison data that is to be searched and is set in advance as search keys. During the comparison, at least a part of the process of reading the next search target data is performed in parallel as shown in FIGS.

【0031】m回目の探索対象データが決定した時点
で、(m+1)回目に探索対象データとなるものの候補
は、2つに絞られる。図8や図9のように、二分探索の
アドレス参照方式を変形しておくことにより、この2つ
の探索対象データの内、一方が奇数アドレスであり、他
方は偶数アドレスとなる。この2つの探索対象データの
読み込みをm回目の比較と同時に行っておけば、m回目
の比較に引き続き、(m+1)回目の比較を実行でき
る。
When the data to be searched for the m-th time is determined, the candidates for the data to be searched for the (m + 1) -th time are narrowed down to two candidates. As shown in FIGS. 8 and 9, by modifying the address search method of the binary search, one of the two search target data is an odd address and the other is an even address. If the reading of these two search target data is performed simultaneously with the m-th comparison, the (m + 1) -th comparison can be executed subsequent to the m-th comparison.

【0032】ここで、図6のように並行処理で読み出し
処理が連続的になされ、比較処理が連続的になされると
する。又、これらの読み出し処理の時間及び比較処理の
時間がほぼ等しいとすると、この場合の全体の処理時間
Tは、次式のようになる。又、この場合、従来技術と比
較して、ほぼ半分の処理時間で二分探索が実行できる。
Here, it is assumed that the reading process is performed continuously in the parallel process and the comparison process is performed continuously as shown in FIG. Further, assuming that the time of the read processing and the time of the comparison processing are almost equal, the total processing time T in this case is as follows. Also, in this case, the binary search can be executed in approximately half the processing time as compared with the related art.

【0033】 T=(Ct×(log(n)+1)) …(2)T = (Ct × (log (n) +1)) (2)

【0034】ここで、本実施形態においてデータの個数
が32個までの場合、すなわち探索全空間のアドレス幅
を(N+1)とすると、(N+1)が5ビットの場合に
ついての例を示す。
Here, in the present embodiment, when the number of data is up to 32, that is, when the address width of the entire search space is (N + 1), an example in which (N + 1) is 5 bits is shown.

【0035】探索アドレス(N+1)が5ビットの場合
の、従来の一般的な二分探索における、アドレスの探索
順の探索ツリーを図7に示す。この探索ツリーは、左側
から右側に、順に探索するアドレスが示されている。縦
方向は、同一の探索順番である。又同一探索順番のアド
レスは、二分探索として当然ながら、2つである。
FIG. 7 shows a search tree in the order of address search in a conventional general binary search when the search address (N + 1) is 5 bits. In the search tree, addresses to be searched are shown in order from left to right. The vertical direction is the same search order. The number of addresses in the same search order is, of course, two as a binary search.

【0036】例えば、探索アドレスが“3(0001
1)”のアドレスに収納されている探索対象データと一
致する比較データが探索キーとして与えられ、比較デー
タレジスタ24に格納されている場合、10000→0
1000→00100→00010→00011という
探索アドレスの順で比較が行われることになる。
For example, if the search address is "3 (0001
1) When comparison data that matches the search target data stored at the address of “” is given as a search key and stored in the comparison data register 24, 10000 → 0
The comparison is performed in the order of search addresses 1000 → 00100 → 00010 → 00011.

【0037】1回の比較のためには、2サイクル(読み
込みと比較)が必要になるため、全体では10サイクル
の時間がかかる。ここで図7の探索ツリーを見ると、例
えば探索アドレス00100が比較対象として選択され
た場合、その次の比較対象となりうるのは、探索アドレ
ス00010と00110の2つしかない。即ち、この
2つの探索アドレスのデータの読み出しを、探索アドレ
ス00100の探索対象データの比較と同時に行えば、
全体の処理時間を短縮できることになる。
Since two cycles (reading and comparing) are required for one comparison, a total of ten cycles are required. Here, looking at the search tree in FIG. 7, for example, when the search address 00100 is selected as a comparison target, only two search addresses 00010 and 00110 can be the next comparison targets. That is, if the reading of the data at the two search addresses is performed simultaneously with the comparison of the search target data at the search address 00100,
The overall processing time can be reduced.

【0038】シングルポートメモリを2バンク(一方の
バンクを奇数アドレスとし、他方のバンクを偶数アドレ
スとする)用意する場合には、同時に読む2つのデータ
が同一バンクにならないように、探索ツリーのアドレス
構成を変形する必要がある。例えば、同時に読む2つの
アドレスのLSBが0と1になるように、探索ツリーを
構成することは有効である。このように構成すると、L
SBでバンクが区別されることになり、探索アドレスを
1つずらす操作変更だけで、読み出す探索対象データが
あるバンクを変更できる。
When two single port memories are prepared (one bank is set to an odd address and the other bank is set to an even address), the address of the search tree is set so that two data to be read simultaneously cannot be in the same bank. The configuration needs to be modified. For example, it is effective to form a search tree such that the LSBs of two addresses read simultaneously become 0 and 1. With this configuration, L
The bank is distinguished by the SB, and the bank having the search target data to be read can be changed only by the operation change of shifting the search address by one.

【0039】以下、本発明が適用された二分探索の探索
ツリーの構成方法について、最初に読み出され、比較さ
れる探索対象データの探索アドレス(以降、先頭アドレ
スと称する)が偶数の場合の例(以降第1実施形態と称
する)と、奇数の場合の例(以降第2実施形態と称す
る)とを、この順に説明する。
Hereinafter, a method of constructing a search tree of a binary search to which the present invention is applied, in a case where the search address (hereinafter referred to as a head address) of search target data to be read and compared first is an even number. (Hereinafter referred to as a first embodiment) and an example of an odd number (hereinafter referred to as a second embodiment) will be described in this order.

【0040】なお、これら第1実施形態及び第2実施形
態では、探索アドレスが2進数表現で(N+1)桁で、
即ち、(N+1)ビットで、合計(2(N+1) −2)個の
探索対象データに対する処理の場合を考える。
In the first and second embodiments, the search address is (N + 1) digits in binary notation, and
That is, consider the case of processing a total of (2 (N + 1) -2) search target data with (N + 1) bits.

【0041】まず、第1実施形態、即ち、先頭アドレス
が偶数の場合を説明する。
First, the first embodiment, that is, the case where the start address is an even number will be described.

【0042】先頭アドレスが偶数の場合とは、即ち、先
頭アドレスが“100000………0000”である。
The case where the start address is an even number means that the start address is "100000... 0000".

【0043】すると、2回目の探索対象データの読み出
しの探索アドレスは、偶数バンクに対する“10000
0………0000”と、奇数バンクに対する“1100
00………0001”となる。
Then, the search address for the second read of the search target data is “10000” for the even-numbered bank.
0... 0000 ”and“ 1100
00... 0001 ”.

【0044】ここで、以降、(N+1)桁の探索アドレ
スの各ビットを、“0”及び“1”に加えて、“x”、
“R”、“A” 、“B” 、及び、“C”で表わす。
又、“x”、“R”、“A” 、“B”、及び、“C”
の、それぞれ1文字は、値が“0”または“1”の1ビ
ットを表わす。
Hereafter, in addition to "0" and "1", each bit of the (N + 1) digit search address is added to "x",
Represented by "R", "A", "B", and "C".
Also, “x”, “R”, “A”, “B”, and “C”
, Each character represents one bit whose value is “0” or “1”.

【0045】すると、3回目から(N+1)回までの各
回(それぞれm回目とする)における、探索対象データ
の読み出しの探索アドレスは、偶数バンクに対するもの
は、以下の通りである。
Then, in each of the third to (N + 1) times (each time is m-th), the search address for reading the search target data for the even-numbered bank is as follows.

【0046】 “xxx………xxxRA1000………0000” …(3)“Xxx... XxxRA1000... 0000” (3)

【0047】又、奇数バンクに対するものは、以下の通
りである。
The data for the odd-numbered bank is as follows.

【0048】 “xxx………xxxRB1000………0001” …(4)“Xxx... XxxRB1000... 0001” (4)

【0049】ここで、上記(3)及び(4)のビット列
において、“xxx………xxx”で示される、“R
A”あるいは“RB”の左側で、即ちMSB(most sig
nificant bit)側のビット列の長さは、(m−3)ビッ
トである。又、該ビット列は、先回の(m−1)回目に
おける探索アドレスの、MSBから(m−3)ビットと
同じ値である。
Here, in the bit strings of the above (3) and (4), the "R ..."
A ”or“ RB ”on the left side, that is, MSB (most sig
The length of the bit string on the (nificant bit) side is (m−3) bits. The bit string has the same value as the (m-3) bits from the MSB of the previous (m-1) th search address.

【0050】MSBから(m−2)ビット目の“R”の
値は、(m−2)回目、即ち先々回の比較結果に依存す
る。該比較結果が{(比較データ)<(探索対象デー
タ)}であれば、(R=0)である。{(比較データ)
>(探索対象データ)}であれば、(R=1)である。
The value of “R” at the (m−2) th bit from the MSB depends on the (m−2) th, that is, the result of the previous comparison. If the comparison result is {(comparison data) <(search target data)}, then (R = 0). {(comparison data)
If> (search target data)}, then (R = 1).

【0051】MSBから(m−1)ビット目の“A”の
値は、(m−1)回目、即ち先回の比較結果に依存す
る。該比較結果に基づいて偶数バンクが選択された場
合、(A=0)、(B=1)である。該比較結果に基づ
いて奇数バンクが選択された場合、(A=1)、(B=
0)である。
The value of "A" at the (m-1) th bit from the MSB depends on the (m-1) th, that is, the result of the previous comparison. When the even bank is selected based on the comparison result, (A = 0) and (B = 1). When an odd-numbered bank is selected based on the comparison result, (A = 1), (B =
0).

【0052】探索アドレスのMSBからmビット目の値
は“1”である。MSBより(m+1)ビット目からN
ビット目までの、合計(N−m)のビット長のビット列
のビットは、全て“0”である。LSBは、偶数バンク
であれば“0”であり、奇数バンクであれば“1”であ
る。
The value of the m-th bit from the MSB of the search address is "1". N from the (m + 1) th bit from the MSB
All bits of the bit string having a total (N−m) bit length up to the bit number are “0”. LSB is "0" for even banks and "1" for odd banks.

【0053】なお、最終回の(N+2)回目の読み出し
の探索アドレスは、偶数バンクに対するものは、以下の
通りである。
The search address for the final (N + 2) -th read operation for the even-numbered bank is as follows.

【0054】 “CCCCC………CCCCC0” …(5)“CCCCC... CCCCC0” (5)

【0055】又、奇数バンクに対するものは、以下の通
りである。
The data for the odd-numbered bank is as follows.

【0056】 “00000………000001” …(6)“00000... 000001” (6)

【0057】ここで、上記(5)のビット列において、
“CCCCC………CCCCC”で示される、MSBか
らビット長Nのビット列は、先回の(N+1)回目の探
索アドレスのMSBからビット長Nのビット列の値に、
“1”を加えた値のビット列である。上記(6)のビッ
ト列において、“00000………00000”で示さ
れる、MSBからビット長Nのビット列のビットは、全
て“0”である。又、この最終回の(N+2)回目の読
み出しは、先回の(N+1)回目で、探索アドレスの全
ビットが“0”の場合、奇数バンクとなる。これ以外
は、偶数バンクとなる。
Here, in the bit string of the above (5),
The bit string of bit length N from the MSB, indicated by “CCCCC... CCCCC”, is converted into the value of the bit string of bit length N from the MSB of the previous (N + 1) th search address.
This is a bit string of a value obtained by adding “1”. In the bit string of the above (6), all the bits of the bit string indicated by “00000... 000000” from the MSB to the bit length N are “0”. The last (N + 2) -th read is the previous (N + 1) -th read, and if all the bits of the search address are “0”, the bank becomes an odd-numbered bank. Others are even banks.

【0058】なお、例えば、先頭アドレスが偶数の場合
で、探索アドレスが2進数表現で5桁で、即ち、(N=
4)の場合で、合計32個の探索対象データに対する処
理の場合は、図8の通りである。図8において、アンダ
ーラインのある探索アドレスは、重複して出でくるアド
レスである。又、図中で“*”が付されている探索アド
レスは、最終回の比較で奇数バンクが選択される場合で
ある。
For example, when the start address is an even number, the search address is represented by five digits in binary notation, that is, (N =
In the case of 4), the processing for a total of 32 search target data is as shown in FIG. In FIG. 8, a search address with an underline is an address that appears repeatedly. Further, the search addresses marked with “*” in the figure are for the case where an odd-numbered bank is selected in the final comparison.

【0059】次に、第2実施形態、即ち、先頭アドレス
が奇数の場合を説明する。
Next, a second embodiment, that is, a case where the start address is an odd number will be described.

【0060】先頭アドレスが奇数の場合とは、即ち、先
頭アドレスが“011111………1111”である。
The case where the start address is an odd number, that is, the start address is "011111... 1111".

【0061】すると、2回目の探索対象データの読み出
しの探索アドレスは、偶数バンクに対する“00111
1………1110”と、奇数バンクに対する“1011
11………1111”となる。
Then, the search address for the second read of the search target data is “00111” for the even-numbered bank.
1... 1110 ”and“ 1011 ”for odd-numbered banks.
11 ... 1111 ".

【0062】すると、3回目から(N+1)回までの各
回(それぞれm回目とする)における、探索対象データ
の読み出しの探索アドレスは、偶数バンクに対するもの
は、以下の通りである。
Then, in each of the third to (N + 1) times (each time is m-th), the search address for reading the search target data for the even-numbered bank is as follows.

【0063】 “xxx………xxxRA0111………1110” …(7)“Xxx... XxxRA0111... 1110” (7)

【0064】又、奇数バンクに対するものは、以下の通
りである。
The data for the odd-numbered bank is as follows.

【0065】 “xxx………xxxRB0111………1111” …(8)“Xxx... XxxRB0111... 1111” (8)

【0066】ここで、上記(7)及び(8)のビット列
において、“xxx………xxx”で示される、“R
A”あるいは“RB”の左側で、即ちMSB側のビット
列の長さは、(m−3)ビットである。又、該ビット列
は、先回の(m−1)回目における探索アドレスの、M
SBから(m−3)ビットと同じ値である。
Here, in the bit strings of the above (7) and (8), "R ..."
The length of the bit string on the left side of “A” or “RB”, that is, the bit string on the MSB side is (m−3) bits.
It has the same value as SB to (m−3) bits.

【0067】MSBから(m−2)ビット目の“R”の
値は、(m−2)回目、即ち先々回の比較結果に依存す
る。該比較結果が{(比較データ)<(探索対象デー
タ)}であれば、(R=0)である。{(比較データ)
>(探索対象データ)}であれば、(R=1)である。
The value of “R” at the (m−2) th bit from the MSB depends on the (m−2) th, that is, the result of the preceding comparison. If the comparison result is {(comparison data) <(search target data)}, then (R = 0). {(comparison data)
If> (search target data)}, then (R = 1).

【0068】MSBから(m−1)ビット目の“A”の
値は、(m−1)回目、即ち先回の比較結果に依存す
る。該比較結果に基づいて偶数バンクが選択された場
合、(A=1)、(B=0)である。該比較結果に基づ
いて偶数バンクが選択された場合、(A=0)、(B=
1)である。
The value of “A” at the (m−1) th bit from the MSB depends on the (m−1) -th, that is, the result of the previous comparison. When the even-numbered bank is selected based on the comparison result, (A = 1) and (B = 0). When an even-numbered bank is selected based on the comparison result, (A = 0), (B =
1).

【0069】探索アドレスのMSBからmビット目の値
は“0”である。MSBより(m+1)ビット目からN
ビット目までの、合計(N−m)のビット長のビット列
のビットは、全て“1”である。LSBは、偶数バンク
であれば“0”であり、奇数バンクであれば“1”であ
る。
The value of the m-th bit from the MSB of the search address is "0". N from the (m + 1) th bit from the MSB
Up to the bit, all bits of the bit string having a total (N−m) bit length are “1”. LSB is "0" for even banks and "1" for odd banks.

【0070】なお、最終回の(N+2)回目の読み出し
の探索アドレスは、偶数バンクに対するものは、以下の
通りである。
The search address for the final (N + 2) -th read operation for the even-numbered bank is as follows.

【0071】 “11111………111110” …(9)“11111... 111110” (9)

【0072】又、奇数バンクに対するものは、以下の通
りである。
The data for the odd-numbered bank is as follows.

【0073】 “CCCCC………CCCCC1” …(10)“CCCCC... CCCCC1” (10)

【0074】ここで、上記(9)のビット列において、
“11111………11111”で示される、MSBか
らビット長Nのビット列のビットは、全て“1”であ
る。上記(10)のビット列において、“CCCCC…
……CCCCC”で示される、MSBからビット長Nの
ビット列は、先回の(N+1)回目における探索アドレ
スの、MSBからビット長Nのビット列の値から、
“1”を減算した値のビット列である。又、この最終回
の(N+2)回目の読み出しは、先回の(N+1)回目
で、探索アドレスの全ビットが“1”の場合、偶数バン
クとなる。これ以外は、奇数バンクとなる。
Here, in the bit string of the above (9),
The bits of the bit string indicated by "11111 ... 11111" from the MSB to the bit length N are all "1". In the bit string of the above (10), "CCCCC ...
.., "CCCCC", the bit string from the MSB to the bit length N is obtained from the value of the bit string from the MSB to the bit length N of the previous (N + 1) -th search address.
This is a bit string of a value obtained by subtracting “1”. The last (N + 2) -th read is the previous (N + 1) -th read, and if all bits of the search address are “1”, the bank becomes an even-numbered bank. Others are odd banks.

【0075】なお、例えば、先頭アドレスが奇数の場合
で、探索アドレスが2進数表現で5桁で、即ち、(N=
4)の場合で、合計32個の探索対象データに対する処
理の場合は、図9の通りである。図9において、アンダ
ーラインのある探索アドレスは、重複して出でくるアド
レスである。又、図中で“*”が付されている探索アド
レスのみ、最終回の比較で偶数バンクが選択される場合
である。
For example, when the start address is an odd number, the search address is represented by five digits in binary notation, that is, (N =
In the case of 4), the processing for a total of 32 pieces of search target data is as shown in FIG. In FIG. 9, a search address with an underline is an address that appears repeatedly. In this case, only the search addresses marked with “*” in the figure select the even-numbered bank in the final comparison.

【0076】このように第1実施形態及び第2発明で
は、初期値として第1回目及び第2回目それぞれの探索
アドレスを与えると、それ以降の探索アドレスを演算に
よって論理的に求めることができる。なお、最終回の探
索アドレスは、それ以前の探索アドレスの求め方とは異
ならせて、調整する必要がある。探索アドレスを操作変
更する場合、二分探索に際して、比較する探索対象デー
タに漏れがないように注意する必要がある。
As described above, in the first embodiment and the second invention, when the first and second search addresses are given as the initial values, the subsequent search addresses can be logically obtained by calculation. Note that the last search address needs to be adjusted differently from the method of obtaining the search address before that. When changing the operation of the search address, it is necessary to take care not to omit the search target data to be compared in the binary search.

【0077】以上説明した通り、本実施形態によれば、
本願の第1発明及び第2発明を効果的に適用することが
できる。従って、記憶装置から探索対象データを読み出
す処理の最適化を図り、読み出し速度が従来と同じシン
グルポートメモリを用いながらも、二分探索の処理速度
を向上し、二分探索に要する全体の処理時間を短縮する
ことができる。
As described above, according to the present embodiment,
The first invention and the second invention of the present application can be effectively applied. Therefore, the process of reading the search target data from the storage device is optimized, and the read speed is increased using the same single-port memory as before, but the processing speed of the binary search is improved and the overall processing time required for the binary search is reduced. can do.

【0078】本実施形態の二分探索方法では、通常の二
分探索方法に比べ、探索ツリーの段数が1つ増え、探索
対象データの読み出しや比較の回数がそれぞれ1回増え
る。これは、前記探索対象データを順に読み出す際、奇
数アドレスのデータ、及び偶数アドレスのデータを同時
に読み出すように、本発明を適用するよう探索ツリーを
変形することによる影響で、必要な探索対象データとの
比較回数が1回増えるためである。このように探索対象
データの読み出しや比較の回数が増えるものの、読み出
し及び比較の少なくとも一部が並行してなされるため、
全体として二分探索の処理時間が短縮される。
In the binary search method according to this embodiment, the number of search tree stages is increased by one, and the number of times of reading and comparing the search target data is increased by one, as compared with the ordinary binary search method. This is because, when reading out the search target data sequentially, the data of the odd address and the data of the even address are read simultaneously, so that the search tree is modified to apply the present invention. Is increased by one. As described above, although the number of times of reading and comparing the search target data increases, at least a part of the reading and the comparison is performed in parallel,
As a whole, the processing time of the binary search is reduced.

【0079】例えば図6のように並行処理で読み出し処
理が連続的になされ、比較処理が連続的になされるとす
る。又、これらの読み出し処理の時間及び比較処理の時
間がほぼ等しいとすると、増加する1回の読み出しや比
較の処理に要する時間は、合計(log(n)+2)サ
イクルかかる。よって、全体の処理時間は下記の式の通
りとなる。
For example, as shown in FIG. 6, it is assumed that read processing is continuously performed in parallel processing and comparison processing is continuously performed. Further, assuming that the time of the reading process and the time of the comparing process are substantially equal to each other, the time required for the increasing one reading or comparing process takes a total of (log (n) +2) cycles. Therefore, the total processing time is as follows.

【0080】 T=(Ct×(log(n)+2)) …(11)T = (Ct × (log (n) +2)) (11)

【0081】[0081]

【発明の効果】本発明によれば、記憶装置から探索対象
データを読み出す処理の最適化を図り、読み出し速度が
従来と同じシングルポートメモリを用いながらも、二分
探索の処理速度を向上し、二分探索に要する全体の処理
時間を短縮することができる。
According to the present invention, the processing for reading the search target data from the storage device is optimized, and the processing speed of the binary search is improved while using the same single-port memory as the conventional one, and the binary search is performed. The entire processing time required for the search can be reduced.

【0082】例えば、従来(2×Ct×log(n))
要していた処理時間を、本発明を適用すると(Ct×
(log(n)+2))まで短縮することができ、従来
に比べ処理時間をほぼ半減することができるという、極
めて優れた効果を得ることができる。
For example, conventional (2 × Ct × log (n))
When the present invention is applied, the required processing time is reduced by (Ct ×
(Log (n) +2)), and an extremely excellent effect that the processing time can be reduced by almost half compared to the related art can be obtained.

【図面の簡単な説明】[Brief description of the drawings]

【図1】二分探索の処理を示す探索アドレスに関する線
FIG. 1 is a diagram relating to a search address showing a process of a binary search.

【図2】従来の二分探索装置の構成を示すブロック図FIG. 2 is a block diagram showing a configuration of a conventional binary search device.

【図3】上記二分探索装置における探索対象データの読
み出し及び照合比較を示す線図
FIG. 3 is a diagram showing readout and comparison of search target data in the binary search device.

【図4】上記読み出し及び照合比較の不連続を示す線図FIG. 4 is a diagram showing the discontinuity of the reading and comparison / comparison.

【図5】本願の第1発明及び第2発明が適用された二分
探索装置の実施形態の構成を示すブロック図
FIG. 5 is a block diagram showing a configuration of an embodiment of a binary search device to which the first invention and the second invention of the present application are applied;

【図6】上記実施形態の二分探索装置における探索対象
データの読み出し及び照合比較を示す線図
FIG. 6 is a diagram showing reading of search target data and comparison and comparison in the binary search device of the embodiment.

【図7】従来例の探索ツリーを示す線図FIG. 7 is a diagram showing a conventional search tree.

【図8】前記実施形態において先頭アドレスが偶数の場
合の探索ツリーを示す線図
FIG. 8 is a diagram showing a search tree when the start address is an even number in the embodiment.

【図9】前記実施形態において先頭アドレスが奇数の場
合の探索ツリーを示す線図
FIG. 9 is a diagram showing a search tree when the start address is odd in the embodiment.

【符号の説明】[Explanation of symbols]

10、10A…アドレス設定装置 20、20A…データ比較装置 22、22A…探索データレジスタ 24、24A…比較データレジスタ 30、31、32…探索対象データ記憶装置 10, 10A ... address setting device 20, 20A ... data comparing device 22, 22A ... search data register 24, 24A ... comparison data register 30, 31, 32 ... search target data storage device

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】その値に応じ昇順又は降順に、連続するア
ドレスに格納された探索対象データを逐一読み出し、探
索キーの比較データと照合する二分探索方法において、 前記探索対象データを、連続アドレスの内で奇数アドレ
スのデータ、及び偶数アドレスのデータで区別し、2つ
の記憶装置に割り振り、記憶しておき、 前記探索対象データを逐一読み出す際、奇数アドレスの
データ、及び偶数アドレスのデータを同時に読み出すよ
うにして、2つの前記記憶装置に対する読み出しが同時
になるようにし、 読み出しと比較を並列処理することにより、検索する時
間を短縮するようにしたことを特徴とする二分探索方
法。
1. A binary search method in which search target data stored at consecutive addresses is read one by one in ascending order or descending order according to the value thereof, and is compared with comparison data of a search key. The data of the odd address and the data of the even address are distinguished from each other, are allocated and stored in two storage devices, and when the search target data is read one by one, the data of the odd address and the data of the even address are simultaneously read. The binary search method as described above, wherein reading from the two storage devices is performed at the same time, and reading and comparison are performed in parallel to reduce a search time.
【請求項2】その値に応じ昇順又は降順に、連続するア
ドレスに格納された探索対象データを逐一読み出し、探
索キーの比較データと照合する二分探索装置において、 前記照合を行うデータ比較装置と、 前記探索対象データを逐一読み出す際、該読み出しのア
ドレスを2進数表現した場合にLSB(最下位ビット)
の値が異なるような、2つのアドレスを設定するアドレ
ス設定装置と、 前記探索対象データを、前記連続アドレスの内で奇数ア
ドレスのデータ、及び偶数アドレスのデータで区別し、
該探索対象データの内、奇数アドレスのデータを記憶す
る第1記憶装置と、 該探索対象データの内、偶数アドレスのデータを記憶す
る第2記憶装置とを備え、 奇数アドレスのデータ、及び偶数アドレスのデータを同
時に読み出すようにして、2つの前記記憶装置に対する
読み出しが同時になるようにし、検索の時間を短縮する
ようにしたことを特徴とする二分探索装置。
2. A binary search device that reads out search target data stored at consecutive addresses one by one in ascending order or descending order according to the value and compares the data with search key comparison data. When reading out the search target data one by one, when the read address is expressed in a binary number, LSB (least significant bit)
An address setting device that sets two addresses, the values of which are different from each other, and the search target data is distinguished by odd-numbered address data and even-numbered address data in the continuous addresses,
A first storage device that stores data of an odd address in the search target data; and a second storage device that stores data of an even address in the search target data. The data of the odd address and the even address Wherein the data is read out at the same time so that the two storage devices are read out simultaneously, thereby shortening the search time.
JP9357296A 1997-12-25 1997-12-25 Two division search method/device Pending JPH11184858A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP9357296A JPH11184858A (en) 1997-12-25 1997-12-25 Two division search method/device
US09/215,556 US6532468B2 (en) 1997-12-25 1998-12-18 Binary data search method for selecting from among candidate data, and apparatus therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9357296A JPH11184858A (en) 1997-12-25 1997-12-25 Two division search method/device

Publications (1)

Publication Number Publication Date
JPH11184858A true JPH11184858A (en) 1999-07-09

Family

ID=18453400

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9357296A Pending JPH11184858A (en) 1997-12-25 1997-12-25 Two division search method/device

Country Status (1)

Country Link
JP (1) JPH11184858A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007323138A (en) * 2006-05-30 2007-12-13 Tdk Corp Memory controller, flash memory system, and control method of flash memory
JP2008044102A (en) * 2007-09-25 2008-02-28 Hitachi Via Mechanics Ltd Working device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007323138A (en) * 2006-05-30 2007-12-13 Tdk Corp Memory controller, flash memory system, and control method of flash memory
JP2008044102A (en) * 2007-09-25 2008-02-28 Hitachi Via Mechanics Ltd Working device

Similar Documents

Publication Publication Date Title
US5293607A (en) Flexible N-way memory interleaving
US6353910B1 (en) Method and apparatus for implementing error correction coding (ECC) in a dynamic random access memory utilizing vertical ECC storage
JPH0519238B2 (en)
JPS5862746A (en) Divider
US4800535A (en) Interleaved memory addressing system and method using a parity signal
US6035381A (en) Memory device including main memory storage and distinct key storage accessed using only a row address
US4916649A (en) Method and apparatus for transforming a bit-reversed order vector into a natural order vector
US5825788A (en) Data ordering for cache data transfer
JPH11184858A (en) Two division search method/device
JPH09198862A (en) Semiconductor memory
JP3027754B2 (en) Associative memory
JPH11232279A (en) Method and device for split search
US6532468B2 (en) Binary data search method for selecting from among candidate data, and apparatus therefor
JPH0315221B2 (en)
US5241665A (en) Memory bank comparator system
JP4785492B2 (en) Memory system and search method
JPH10116226A (en) Address array device of semiconductor storage device
SU1184009A1 (en) Storage
JP4513305B2 (en) Memory device
JP2752220B2 (en) String processing unit
US4141077A (en) Method for dividing two numbers and device for effecting same
SU842967A1 (en) Storage device
SU1341641A2 (en) Memory
JP2969825B2 (en) Dual port memory
SU928417A2 (en) Storage cell for buffer register

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040929

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070508

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20071002