Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7008721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:46:16+00:00 2026-05-27T21:46:16+00:00

Two things jump to mind: using a Gee.TreeSet, which is always sorted, or calling

  • 0

Two things jump to mind: using a Gee.TreeSet, which is always sorted, or calling Gee.ArrayList.sort.

The first feels like overkill and I can’t find documentation on the other. What’s the smartest way to proceed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T21:46:17+00:00Added an answer on May 27, 2026 at 9:46 pm

    If you have an array, you can try using the POSIX qsort function like this:

    int cmpfunc(ref string x, ref string y) {
        return Posix.strcmp(x, y);
    }
    var strs = new string[] {"x", "z", "fred"};
    Posix.qsort (strs, strs.length, sizeof(string), (Posix.compar_fn_t) cmpfunc);
    

    and be sure to compile with --pkg posix. You may want to use strcoll instead if sorting for the user.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to achieve two things, both of which I fail to get at.
Two things are strange with NSDecimalAdd(). First, when I search for examples, people seem
I am asking two things. The first question is am I doing this correctly?
hello is it possible to match two things using one preg_match? for example i
Our c# project requires two things on the target computer to run. The first
I'm trying to do two things -> First I need to read in an
I have tried two things: Specified the first portlet as a Required Deployment Context
Two things: Firstly - I have version 2 of a website located in a
There are two things that seem to be popular nowadays and I was wondering
I would like to accomplish two things during my build process: Run unit tests

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.