Skip to content

2.0.0

Choose a tag to compare

@Xcristian007X Xcristian007X released this 04 Nov 14:01
38e7150
  • Full implementation of RcppArmadillo for advanced query usage (queries that have contribution, contribution-by, within-contribution, within-contribution-by) (migrated files: get_internal_data, M_value, get_proportion, M_within_inv).

  • Creation of new internal functions in RcppArmadillo that do not exist natively in it but are necessary for the calculation. (update_indexes, lapply_M_value, compute_index_within, order_ascend_rows).

  • Now advanced queries have greatly improved their performance using only 1 core (tests were done with an advanced query on a data table of 236,702 rows with 26 columns, occupying the contribution-by query), going from approx 2:30 minutes occupying 8 cores to 2.5 seconds.

It is highly recommended that all queries do not use the cores parameter for best performance (in future releases this will be modified to be used or removed).