mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-08 19:29:17 +08:00

* Return Auth service Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Compose to run with SpiceDB and Auth svc Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update auth gRPC API Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove Users' policies Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Move Groups to internal Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use shared groups in Users Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove unused code Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use pkg Groups in Things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove Things groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Make imports consistent Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Groups networking Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Remove things groups-specific API Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Move Things Clients to the root Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Move Clients to Users root Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Temporarily remove tracing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix imports Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add buffer config for gRPC Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update auth type for Things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use Auth for login Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add temporary solution for refresh token Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Tokenizer interface Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Updade tokens issuing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix token issuing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update JWT validator and refactor Tokenizer Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Rename access timeout Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Rename login to authenticate Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update Identify to use SubjectID Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add Auth to Groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Use the Auth service for Groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update auth schema Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix Auth for Groups Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add auth for addons (#14) Signed-off-by: Arvindh <arvindh91@gmail.com> Speparate Login and Refresh tokens Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Merge authN and authZ requests for things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add connect and disconnect Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update sharing Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Fix policies addition and removal Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Update relation with roels Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Add gRPC to Things Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Assign and Unassign members to group and Listing of Group members (#15) * add auth for addons Signed-off-by: Arvindh <arvindh91@gmail.com> * add assign and unassign to group Signed-off-by: Arvindh <arvindh91@gmail.com> * add group incomplete repo implementation Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Move coap mqtt and ws policies to spicedb (#16) Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Remove old policies Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> NOISSUE - Things authorize to return thingID (#18) This commit modifies the authorize endpoint to the grpc endpoint to return thingID. The authorize endpoint allows adapters to get the publisher of the message. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Add Groups to users service (#17) * add assign and unassign to group Signed-off-by: Arvindh <arvindh91@gmail.com> * add group incomplete repo implementation Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users stable 1 Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users stable 2 Signed-off-by: Arvindh <arvindh91@gmail.com> * groups for users & things Signed-off-by: Arvindh <arvindh91@gmail.com> * Amend signature Signed-off-by: Arvindh <arvindh91@gmail.com> * fix merge error Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Fix es code (#21) Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Fix Bugs (#20) * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Test e2e (#19) * fix: connect method Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * fix: e2e Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * fix changes in sdk and e2e Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(docker): remove unnecessary port mapping Remove the port mapping for MQTT broker in the docker-compose.yml file. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * Enable group listing Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(responses): update ChannelsPage struct The ChannelsPage struct in the responses.go file has been updated. The "Channels" field has been renamed to "Groups" to provide more accurate naming. This change ensures consistency and clarity in the codebase. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(things): add UpdateClientSecret method Add the UpdateClientSecret method to the things service. This method allows updating the client secret for a specific client identified by the provided token, id, and key parameters. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Use smaller buffers for gRPC Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Clean up tests (#22) Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add Connect Disconnect endpoints (#23) * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> * fix bugs Signed-off-by: Arvindh <arvindh91@gmail.com> * fix list of things in a channel and Add connect disconnect endpoint Signed-off-by: Arvindh <arvindh91@gmail.com> * fix list of things in a channel and Add connect disconnect endpoint Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add: Things share with users (#25) * fix list of things in a channel and Add connect disconnect endpoint Signed-off-by: Arvindh <arvindh91@gmail.com> * add: things share with other users Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Rename gRPC Services (#24) * Rename things and users auth service Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * docs: add authorization docs for gRPC services Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * Rename things and users grpc services Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * Remove mainflux.env package Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add: Listing of things, channels, groups, users (#26) * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> * add: listing of channels, users, groups, things Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Clean Up Users (#27) * feat(groups): rename redis package to events - Renamed the `redis` package to `events` in the `internal/groups` directory. - Updated the file paths and names accordingly. - This change reflects the more accurate purpose of the package and improves code organization. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(auth): Modify identity method Change request and response of identity method Add accessToken and refreshToken to Token response Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * clean up users, remove dead code Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(users): add unit tests for user service This commit adds unit tests for the user service in the `users` package. The tests cover various scenarios and ensure the correct behavior of the service. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Add: List of user groups & removed repeating code in groups (#29) * removed repeating code in list groups Signed-off-by: Arvindh <arvindh91@gmail.com> * add: list of user group Signed-off-by: Arvindh <arvindh91@gmail.com> * fix: otel handler operator name for endpoints Signed-off-by: Arvindh <arvindh91@gmail.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Clean Up Things Service (#28) * Rework things service Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * add tests Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Clean Up Auth Service (#30) * clean up auth service Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(auth): remove unused import Remove the unused import of `emptypb` in `auth.pb.go`. This import is not being used in the codebase and can be safely removed. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * NOISSUE - Update API docs (#31) Signed-off-by: rodneyosodo <blackd0t@protonmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Remove TODO comments and cleanup the code Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Update dependenices Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> --------- Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> Signed-off-by: rodneyosodo <blackd0t@protonmail.com> Co-authored-by: b1ackd0t <28790446+rodneyosodo@users.noreply.github.com> Co-authored-by: Arvindh <30824765+arvindh123@users.noreply.github.com>
327 lines
9.7 KiB
Go
327 lines
9.7 KiB
Go
package brotli
|
|
|
|
import "math"
|
|
|
|
/* Copyright 2013 Google Inc. All Rights Reserved.
|
|
|
|
Distributed under MIT license.
|
|
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
/* Computes the bit cost reduction by combining out[idx1] and out[idx2] and if
|
|
it is below a threshold, stores the pair (idx1, idx2) in the *pairs queue. */
|
|
func compareAndPushToQueueDistance(out []histogramDistance, cluster_size []uint32, idx1 uint32, idx2 uint32, max_num_pairs uint, pairs []histogramPair, num_pairs *uint) {
|
|
var is_good_pair bool = false
|
|
var p histogramPair
|
|
p.idx2 = 0
|
|
p.idx1 = p.idx2
|
|
p.cost_combo = 0
|
|
p.cost_diff = p.cost_combo
|
|
if idx1 == idx2 {
|
|
return
|
|
}
|
|
|
|
if idx2 < idx1 {
|
|
var t uint32 = idx2
|
|
idx2 = idx1
|
|
idx1 = t
|
|
}
|
|
|
|
p.idx1 = idx1
|
|
p.idx2 = idx2
|
|
p.cost_diff = 0.5 * clusterCostDiff(uint(cluster_size[idx1]), uint(cluster_size[idx2]))
|
|
p.cost_diff -= out[idx1].bit_cost_
|
|
p.cost_diff -= out[idx2].bit_cost_
|
|
|
|
if out[idx1].total_count_ == 0 {
|
|
p.cost_combo = out[idx2].bit_cost_
|
|
is_good_pair = true
|
|
} else if out[idx2].total_count_ == 0 {
|
|
p.cost_combo = out[idx1].bit_cost_
|
|
is_good_pair = true
|
|
} else {
|
|
var threshold float64
|
|
if *num_pairs == 0 {
|
|
threshold = 1e99
|
|
} else {
|
|
threshold = brotli_max_double(0.0, pairs[0].cost_diff)
|
|
}
|
|
var combo histogramDistance = out[idx1]
|
|
var cost_combo float64
|
|
histogramAddHistogramDistance(&combo, &out[idx2])
|
|
cost_combo = populationCostDistance(&combo)
|
|
if cost_combo < threshold-p.cost_diff {
|
|
p.cost_combo = cost_combo
|
|
is_good_pair = true
|
|
}
|
|
}
|
|
|
|
if is_good_pair {
|
|
p.cost_diff += p.cost_combo
|
|
if *num_pairs > 0 && histogramPairIsLess(&pairs[0], &p) {
|
|
/* Replace the top of the queue if needed. */
|
|
if *num_pairs < max_num_pairs {
|
|
pairs[*num_pairs] = pairs[0]
|
|
(*num_pairs)++
|
|
}
|
|
|
|
pairs[0] = p
|
|
} else if *num_pairs < max_num_pairs {
|
|
pairs[*num_pairs] = p
|
|
(*num_pairs)++
|
|
}
|
|
}
|
|
}
|
|
|
|
func histogramCombineDistance(out []histogramDistance, cluster_size []uint32, symbols []uint32, clusters []uint32, pairs []histogramPair, num_clusters uint, symbols_size uint, max_clusters uint, max_num_pairs uint) uint {
|
|
var cost_diff_threshold float64 = 0.0
|
|
var min_cluster_size uint = 1
|
|
var num_pairs uint = 0
|
|
{
|
|
/* We maintain a vector of histogram pairs, with the property that the pair
|
|
with the maximum bit cost reduction is the first. */
|
|
var idx1 uint
|
|
for idx1 = 0; idx1 < num_clusters; idx1++ {
|
|
var idx2 uint
|
|
for idx2 = idx1 + 1; idx2 < num_clusters; idx2++ {
|
|
compareAndPushToQueueDistance(out, cluster_size, clusters[idx1], clusters[idx2], max_num_pairs, pairs[0:], &num_pairs)
|
|
}
|
|
}
|
|
}
|
|
|
|
for num_clusters > min_cluster_size {
|
|
var best_idx1 uint32
|
|
var best_idx2 uint32
|
|
var i uint
|
|
if pairs[0].cost_diff >= cost_diff_threshold {
|
|
cost_diff_threshold = 1e99
|
|
min_cluster_size = max_clusters
|
|
continue
|
|
}
|
|
|
|
/* Take the best pair from the top of heap. */
|
|
best_idx1 = pairs[0].idx1
|
|
|
|
best_idx2 = pairs[0].idx2
|
|
histogramAddHistogramDistance(&out[best_idx1], &out[best_idx2])
|
|
out[best_idx1].bit_cost_ = pairs[0].cost_combo
|
|
cluster_size[best_idx1] += cluster_size[best_idx2]
|
|
for i = 0; i < symbols_size; i++ {
|
|
if symbols[i] == best_idx2 {
|
|
symbols[i] = best_idx1
|
|
}
|
|
}
|
|
|
|
for i = 0; i < num_clusters; i++ {
|
|
if clusters[i] == best_idx2 {
|
|
copy(clusters[i:], clusters[i+1:][:num_clusters-i-1])
|
|
break
|
|
}
|
|
}
|
|
|
|
num_clusters--
|
|
{
|
|
/* Remove pairs intersecting the just combined best pair. */
|
|
var copy_to_idx uint = 0
|
|
for i = 0; i < num_pairs; i++ {
|
|
var p *histogramPair = &pairs[i]
|
|
if p.idx1 == best_idx1 || p.idx2 == best_idx1 || p.idx1 == best_idx2 || p.idx2 == best_idx2 {
|
|
/* Remove invalid pair from the queue. */
|
|
continue
|
|
}
|
|
|
|
if histogramPairIsLess(&pairs[0], p) {
|
|
/* Replace the top of the queue if needed. */
|
|
var front histogramPair = pairs[0]
|
|
pairs[0] = *p
|
|
pairs[copy_to_idx] = front
|
|
} else {
|
|
pairs[copy_to_idx] = *p
|
|
}
|
|
|
|
copy_to_idx++
|
|
}
|
|
|
|
num_pairs = copy_to_idx
|
|
}
|
|
|
|
/* Push new pairs formed with the combined histogram to the heap. */
|
|
for i = 0; i < num_clusters; i++ {
|
|
compareAndPushToQueueDistance(out, cluster_size, best_idx1, clusters[i], max_num_pairs, pairs[0:], &num_pairs)
|
|
}
|
|
}
|
|
|
|
return num_clusters
|
|
}
|
|
|
|
/* What is the bit cost of moving histogram from cur_symbol to candidate. */
|
|
func histogramBitCostDistanceDistance(histogram *histogramDistance, candidate *histogramDistance) float64 {
|
|
if histogram.total_count_ == 0 {
|
|
return 0.0
|
|
} else {
|
|
var tmp histogramDistance = *histogram
|
|
histogramAddHistogramDistance(&tmp, candidate)
|
|
return populationCostDistance(&tmp) - candidate.bit_cost_
|
|
}
|
|
}
|
|
|
|
/* Find the best 'out' histogram for each of the 'in' histograms.
|
|
When called, clusters[0..num_clusters) contains the unique values from
|
|
symbols[0..in_size), but this property is not preserved in this function.
|
|
Note: we assume that out[]->bit_cost_ is already up-to-date. */
|
|
func histogramRemapDistance(in []histogramDistance, in_size uint, clusters []uint32, num_clusters uint, out []histogramDistance, symbols []uint32) {
|
|
var i uint
|
|
for i = 0; i < in_size; i++ {
|
|
var best_out uint32
|
|
if i == 0 {
|
|
best_out = symbols[0]
|
|
} else {
|
|
best_out = symbols[i-1]
|
|
}
|
|
var best_bits float64 = histogramBitCostDistanceDistance(&in[i], &out[best_out])
|
|
var j uint
|
|
for j = 0; j < num_clusters; j++ {
|
|
var cur_bits float64 = histogramBitCostDistanceDistance(&in[i], &out[clusters[j]])
|
|
if cur_bits < best_bits {
|
|
best_bits = cur_bits
|
|
best_out = clusters[j]
|
|
}
|
|
}
|
|
|
|
symbols[i] = best_out
|
|
}
|
|
|
|
/* Recompute each out based on raw and symbols. */
|
|
for i = 0; i < num_clusters; i++ {
|
|
histogramClearDistance(&out[clusters[i]])
|
|
}
|
|
|
|
for i = 0; i < in_size; i++ {
|
|
histogramAddHistogramDistance(&out[symbols[i]], &in[i])
|
|
}
|
|
}
|
|
|
|
/* Reorders elements of the out[0..length) array and changes values in
|
|
symbols[0..length) array in the following way:
|
|
* when called, symbols[] contains indexes into out[], and has N unique
|
|
values (possibly N < length)
|
|
* on return, symbols'[i] = f(symbols[i]) and
|
|
out'[symbols'[i]] = out[symbols[i]], for each 0 <= i < length,
|
|
where f is a bijection between the range of symbols[] and [0..N), and
|
|
the first occurrences of values in symbols'[i] come in consecutive
|
|
increasing order.
|
|
Returns N, the number of unique values in symbols[]. */
|
|
|
|
var histogramReindexDistance_kInvalidIndex uint32 = math.MaxUint32
|
|
|
|
func histogramReindexDistance(out []histogramDistance, symbols []uint32, length uint) uint {
|
|
var new_index []uint32 = make([]uint32, length)
|
|
var next_index uint32
|
|
var tmp []histogramDistance
|
|
var i uint
|
|
for i = 0; i < length; i++ {
|
|
new_index[i] = histogramReindexDistance_kInvalidIndex
|
|
}
|
|
|
|
next_index = 0
|
|
for i = 0; i < length; i++ {
|
|
if new_index[symbols[i]] == histogramReindexDistance_kInvalidIndex {
|
|
new_index[symbols[i]] = next_index
|
|
next_index++
|
|
}
|
|
}
|
|
|
|
/* TODO: by using idea of "cycle-sort" we can avoid allocation of
|
|
tmp and reduce the number of copying by the factor of 2. */
|
|
tmp = make([]histogramDistance, next_index)
|
|
|
|
next_index = 0
|
|
for i = 0; i < length; i++ {
|
|
if new_index[symbols[i]] == next_index {
|
|
tmp[next_index] = out[symbols[i]]
|
|
next_index++
|
|
}
|
|
|
|
symbols[i] = new_index[symbols[i]]
|
|
}
|
|
|
|
new_index = nil
|
|
for i = 0; uint32(i) < next_index; i++ {
|
|
out[i] = tmp[i]
|
|
}
|
|
|
|
tmp = nil
|
|
return uint(next_index)
|
|
}
|
|
|
|
func clusterHistogramsDistance(in []histogramDistance, in_size uint, max_histograms uint, out []histogramDistance, out_size *uint, histogram_symbols []uint32) {
|
|
var cluster_size []uint32 = make([]uint32, in_size)
|
|
var clusters []uint32 = make([]uint32, in_size)
|
|
var num_clusters uint = 0
|
|
var max_input_histograms uint = 64
|
|
var pairs_capacity uint = max_input_histograms * max_input_histograms / 2
|
|
var pairs []histogramPair = make([]histogramPair, (pairs_capacity + 1))
|
|
var i uint
|
|
|
|
/* For the first pass of clustering, we allow all pairs. */
|
|
for i = 0; i < in_size; i++ {
|
|
cluster_size[i] = 1
|
|
}
|
|
|
|
for i = 0; i < in_size; i++ {
|
|
out[i] = in[i]
|
|
out[i].bit_cost_ = populationCostDistance(&in[i])
|
|
histogram_symbols[i] = uint32(i)
|
|
}
|
|
|
|
for i = 0; i < in_size; i += max_input_histograms {
|
|
var num_to_combine uint = brotli_min_size_t(in_size-i, max_input_histograms)
|
|
var num_new_clusters uint
|
|
var j uint
|
|
for j = 0; j < num_to_combine; j++ {
|
|
clusters[num_clusters+j] = uint32(i + j)
|
|
}
|
|
|
|
num_new_clusters = histogramCombineDistance(out, cluster_size, histogram_symbols[i:], clusters[num_clusters:], pairs, num_to_combine, num_to_combine, max_histograms, pairs_capacity)
|
|
num_clusters += num_new_clusters
|
|
}
|
|
{
|
|
/* For the second pass, we limit the total number of histogram pairs.
|
|
After this limit is reached, we only keep searching for the best pair. */
|
|
var max_num_pairs uint = brotli_min_size_t(64*num_clusters, (num_clusters/2)*num_clusters)
|
|
if pairs_capacity < (max_num_pairs + 1) {
|
|
var _new_size uint
|
|
if pairs_capacity == 0 {
|
|
_new_size = max_num_pairs + 1
|
|
} else {
|
|
_new_size = pairs_capacity
|
|
}
|
|
var new_array []histogramPair
|
|
for _new_size < (max_num_pairs + 1) {
|
|
_new_size *= 2
|
|
}
|
|
new_array = make([]histogramPair, _new_size)
|
|
if pairs_capacity != 0 {
|
|
copy(new_array, pairs[:pairs_capacity])
|
|
}
|
|
|
|
pairs = new_array
|
|
pairs_capacity = _new_size
|
|
}
|
|
|
|
/* Collapse similar histograms. */
|
|
num_clusters = histogramCombineDistance(out, cluster_size, histogram_symbols, clusters, pairs, num_clusters, in_size, max_histograms, max_num_pairs)
|
|
}
|
|
|
|
pairs = nil
|
|
cluster_size = nil
|
|
|
|
/* Find the optimal map from original histograms to the final ones. */
|
|
histogramRemapDistance(in, in_size, clusters, num_clusters, out, histogram_symbols)
|
|
|
|
clusters = nil
|
|
|
|
/* Convert the context map to a canonical form. */
|
|
*out_size = histogramReindexDistance(out, histogram_symbols, in_size)
|
|
}
|