久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

老生常談PHP中的數據結構:DS擴展

下面小編就為大家帶來一篇老生常談PHP中的數據結構:DS擴展。小編覺得挺不錯的,現在就分享給大家,也給大家做個參考。一起跟隨小編過來看看吧

PHP7以上才能安裝和使用該數據結構擴展,安裝比較簡單:

1. 運行命令 pecl install ds

2. 在php.ini中添加 extension=ds.so

3. 重啟PHP或重載配置

Collection Interface:包含本庫中所有數據結構通用功能的基本interface。 It guarantees that all structures are traversable, countable, and can be converted to json using json_encode().

Ds\Collection implements Traversable , Countable , JsonSerializable {
/* 方法 */
abstract public void clear ( void )
abstract public Ds\Collection copy ( void )
abstract public bool isEmpty ( void )
abstract public array toArray ( void )
}

Hashable Interface:which allows objects to be used as keys.

Ds\Hashable {
/* 方法 */
abstract public bool equals ( object $obj )
abstract public mixed hash ( void )
}

Sequence Interface:A Sequence 相當于一個一維的數字key數組, with the exception of a few characteristics:

Values will always be indexed as [0, 1, 2, …, size - 1].

Only allowed to access values by index in the range [0, size - 1].

Use cases:

Wherever you would use an array as a list (not concerned with keys).

A more efficient alternative to SplDoublyLinkedList and SplFixedArray.

Vector Class:Vector是自動增長和收縮的連續緩沖區中的一系列值。它是最有效的順序結構,值的索引直接映射到緩沖區中索引,增長因子不綁定到特定的倍數或指數。其具有以下優缺點:

Supports array syntax (square brackets).

Uses less overall memory than an array for the same number of values.

Automatically frees allocated memory when its size drops low enough.

Capacity does not have to be a power of 2.

get(), set(), push(), pop() are all O(1).

但是 shift(), unshift(), insert() and remove() are all O(n).

Ds\Vector::allocate — Allocates enough memory for a required capacity.
Ds\Vector::apply — Updates all values by applying a callback function to each value.
Ds\Vector::capacity — Returns the current capacity.
Ds\Vector::clear — Removes all values.
Ds\Vector::__construct — Creates a new instance.
Ds\Vector::contains — Determines if the vector contains given values.
Ds\Vector::copy — Returns a shallow copy of the vector.
Ds\Vector::count — Returns the number of values in the collection.
Ds\Vector::filter — Creates a new vector using a callable to determine which values to include.
Ds\Vector::find — Attempts to find a value's index.
Ds\Vector::first — Returns the first value in the vector.
Ds\Vector::get — Returns the value at a given index.
Ds\Vector::insert — Inserts values at a given index.
Ds\Vector::isEmpty — Returns whether the vector is empty
Ds\Vector::join — Joins all values together as a string.
Ds\Vector::jsonSerialize — Returns a representation that can be converted to JSON.
Ds\Vector::last — Returns the last value.
Ds\Vector::map — Returns the result of applying a callback to each value.
Ds\Vector::merge — Returns the result of adding all given values to the vector.
Ds\Vector::pop — Removes and returns the last value.
Ds\Vector::push — Adds values to the end of the vector.
Ds\Vector::reduce — Reduces the vector to a single value using a callback function.
Ds\Vector::remove — Removes and returns a value by index.
Ds\Vector::reverse — Reverses the vector in-place.
Ds\Vector::reversed — Returns a reversed copy.
Ds\Vector::rotate — Rotates the vector by a given number of rotations.
Ds\Vector::set — Updates a value at a given index.
Ds\Vector::shift — Removes and returns the first value.
Ds\Vector::slice — Returns a sub-vector of a given range.
Ds\Vector::sort — Sorts the vector in-place.
Ds\Vector::sorted — Returns a sorted copy.
Ds\Vector::sum — Returns the sum of all values in the vector.
Ds\Vector::toArray — Converts the vector to an array.
Ds\Vector::unshift — Adds values to the front of the vector.

Deque Class:“雙端隊列”的縮寫,也用于Ds\Queue中,擁有head、tail兩個指針。The pointers can “wrap around” the end of the buffer, which avoids the need to move other values around to make room. This makes shift and unshift very fast —  something a Ds\Vector can't compete with. 其具有以下優缺點:

Supports array syntax (square brackets).

Uses less overall memory than an array for the same number of values.

Automatically frees allocated memory when its size drops low enough.

get(), set(), push(), pop(), shift(), and unshift() are all O(1).

但Capacity must be a power of 2.insert() and remove() are O(n).

Map Class:鍵值對的連續集合,幾乎與數組相同。鍵可以是任何類型,但必須是唯一的。如果使用相同的鍵添加到map中,則將替換值。其擁有以下優缺點:

Keys and values can be any type, including objects.

Supports array syntax (square brackets).

Insertion order is preserved.

Performance and memory efficiency is very similar to an array.

Automatically frees allocated memory when its size drops low enough.

Can't be converted to an array when objects are used as keys.

【網站聲明】本站除付費源碼經過測試外,其他素材未做測試,不保證完整性,網站上部分源碼僅限學習交流,請勿用于商業用途。如損害你的權益請聯系客服QQ:2655101040 給予處理,謝謝支持。

相關文檔推薦

主站蜘蛛池模板: 91av免费版 | 欧美激情在线一区二区三区 | 中文一区二区 | 日日干天天干 | 99久久精品免费看国产四区 | 中文字幕视频一区 | 欧美激情在线观看一区二区三区 | 天天夜碰日日摸日日澡 | 久久免费高清视频 | 妞干网福利视频 | 成人午夜精品 | 亚洲国产视频一区二区 | 日韩午夜精品 | 国产伦精品一区二区 | 日日夜夜免费精品视频 | 青青草av | 国产日韩欧美在线一区 | 蜜桃视频一区二区三区 | 亚洲精品久久久一区二区三区 | 中文字幕一区二区三区精彩视频 | 婷婷久久综合 | 国产精品一区在线观看 | 综合久久综合久久 | 亚洲自拍一区在线观看 | 国产免费一区二区三区网站免费 | 欧美视频网 | 成人免费看片 | 91丨九色丨国产在线 | 中文字幕观看 | 亚洲一区中文字幕 | 先锋影音资源网站 | 成人午夜精品 | 久久激情视频 | 九九精品久久久 | 日韩视频在线播放 | 毛片视频免费观看 | 天天草天天干天天 | 亚洲区一区二 | www.中文字幕.com | 98成人网 | 成人精品一区二区三区 |