druid/docs/development/extensions-core
Gian Merlino fe9d0c46d5
Improve memory efficiency of WrappedRoaringBitmap. (#13889)
* Improve memory efficiency of WrappedRoaringBitmap.

Two changes:

1) Use an int[] for sizes 4 or below.
2) Remove the boolean compressRunOnSerialization. Doesn't save much
   space, but it does save a little, and it isn't adding a ton of value
   to have it be configurable. It was originally configurable in case
   anything broke when enabling it, but it's been a while and nothing
   has broken.

* Slight adjustment.

* Adjust for inspection.

* Updates.

* Update snaps.

* Update test.

* Adjust test.

* Fix snaps.
2023-03-09 15:48:02 -08:00
..
approximate-histograms.md Remove experimental note from stable features (#12973) 2022-08-25 09:26:46 -07:00
avro.md clarify avro support & general style improvements (#11975) 2021-11-28 16:10:18 +08:00
azure.md Adding Shared Access resource support for azure (#12266) 2022-02-22 18:27:43 +05:30
bloom-filter.md MySQL extension with MariaDB connector docs (#11608) 2021-08-19 01:52:26 -07:00
datasketches-extension.md KLL sketch (#12498) 2022-08-26 21:19:24 -07:00
datasketches-hll.md Document shouldFinalize for sketches that have the parameter (#13524) 2022-12-17 10:48:06 -08:00
datasketches-kll.md Document shouldFinalize for sketches that have the parameter (#13524) 2022-12-17 10:48:06 -08:00
datasketches-quantiles.md Document shouldFinalize for sketches that have the parameter (#13524) 2022-12-17 10:48:06 -08:00
datasketches-theta.md Add missing documentation for constant post-aggregator (#13664) 2023-02-09 08:53:45 -08:00
datasketches-tuple.md Add Post Aggregators for Tuple Sketches (#13819) 2023-03-03 09:32:09 +05:30
druid-aws-rds.md AWS RDS token based password provider (#9518) 2021-01-06 21:15:29 -08:00
druid-basic-security.md docs: fix html nits (#13835) 2023-03-02 11:19:32 -08:00
druid-kerberos.md fix html tags in docs (#13117) 2022-09-18 19:40:33 -07:00
druid-lookups.md Update and document experimental features (#13348) 2022-11-29 08:01:28 +05:30
druid-pac4j.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
druid-ranger-security.md Refactor SQL docs (#12239) 2022-02-11 14:43:30 -08:00
examples.md De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
google.md Removes FiniteFirehoseFactory and its implementations (#12852) 2023-03-02 18:07:17 +05:30
hdfs.md Docs: Add multi-dimension partitioning doc; refactor native batch and separate into smaller topics. (#11983) 2021-12-03 16:37:14 +05:30
kafka-extraction-namespace.md Remove experimental note from stable features (#12973) 2022-08-25 09:26:46 -07:00
kafka-ingestion.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
kafka-supervisor-operations.md Adds Idle feature to `SeekableStreamSupervisor` for inactive stream (#13144) 2022-10-12 18:31:08 +05:30
kafka-supervisor-reference.md Improve memory efficiency of WrappedRoaringBitmap. (#13889) 2023-03-09 15:48:02 -08:00
kinesis-ingestion.md Improve memory efficiency of WrappedRoaringBitmap. (#13889) 2023-03-09 15:48:02 -08:00
kubernetes.md MySQL extension with MariaDB connector docs (#11608) 2021-08-19 01:52:26 -07:00
lookups-cached-global.md Remove experimental note from stable features (#12973) 2022-08-25 09:26:46 -07:00
mysql.md Removes FiniteFirehoseFactory and its implementations (#12852) 2023-03-02 18:07:17 +05:30
orc.md MySQL extension with MariaDB connector docs (#11608) 2021-08-19 01:52:26 -07:00
parquet.md Doc update for the new input source and the new input format (#9171) 2020-01-17 15:52:05 -08:00
postgresql.md Removes FiniteFirehoseFactory and its implementations (#12852) 2023-03-02 18:07:17 +05:30
protobuf.md MySQL extension with MariaDB connector docs (#11608) 2021-08-19 01:52:26 -07:00
s3.md fix(docs): clarify what s3 permissions are needed based on the access management type (#12405) 2022-04-07 16:22:56 -07:00
simple-client-sslcontext.md Fix broken links to Oracle JDK docs (#13687) 2023-01-18 14:46:08 +05:30
stats.md Fix formatting in stats.md (#12470) 2022-04-23 11:35:08 +08:00
test-stats.md De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00